From 5e6153628b509f32a115a0de1232ca1b0b949c29 Mon Sep 17 00:00:00 2001 From: Carl Eastlund Date: Thu, 4 Jun 2009 19:54:54 +0000 Subject: [PATCH] Two instances of the typo: 'indentifier' instead of 'identifier'. svn: r15081 --- collects/scribblings/guide/unit.scrbl | 2 +- collects/syntax/scribblings/kerncase.scrbl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/scribblings/guide/unit.scrbl b/collects/scribblings/guide/unit.scrbl index e19dec8598..a73f0712c7 100644 --- a/collects/scribblings/guide/unit.scrbl +++ b/collects/scribblings/guide/unit.scrbl @@ -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 diff --git a/collects/syntax/scribblings/kerncase.scrbl b/collects/syntax/scribblings/kerncase.scrbl index 68ec44cfe3..df4204cf96 100644 --- a/collects/syntax/scribblings/kerncase.scrbl +++ b/collects/syntax/scribblings/kerncase.scrbl @@ -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