Two instances of the typo: 'indentifier' instead of 'identifier'.

svn: r15081
This commit is contained in:
Carl Eastlund 2009-06-04 19:54:54 +00:00
parent e9db334ed0
commit 5e6153628b
2 changed files with 2 additions and 2 deletions

View File

@ -381,7 +381,7 @@ To link a unit from @scheme[toy-store@-maker], we can use the
This @scheme[compound-unit] form packs a lot of information into one
place. The left-hand-side @scheme[TF] and @scheme[TS] in the
@scheme[link] clause are binding indentifiers. The identifier
@scheme[link] clause are binding identifiers. The identifier
@scheme[TF] is essentially bound to the elements of
@scheme[toy-factory^] as implemented by
@scheme[store-specific-factory@]. The identifier @scheme[TS] is

View File

@ -53,7 +53,7 @@ Generalizes @scheme[kernel-syntax-case*] to work at an arbitrary phase
level, as indicated by @scheme[phase-expr].}
@defproc[(kernel-form-identifier-list) (listof indentifier?)]{
@defproc[(kernel-form-identifier-list) (listof identifier?)]{
Returns a list of identifiers that are bound normally,
@scheme[for-syntax], and @scheme[for-template] to the primitive PLT