two more typos like the ones ryan fixed earlier

svn: r17219
This commit is contained in:
Eli Barzilay 2009-12-06 00:17:23 +00:00
parent 1b5ab0b46a
commit eb95fbfda3

View File

@ -63,7 +63,7 @@ is identified by the @scheme[prop:set!-transformer] property of
@defthing[prop:set!-transformer struct-type-property?]{
A @tech{structure type property} to indentify structure types that act
A @tech{structure type property} to identify structure types that act
as @tech{assignment transformers} like the ones created by
@scheme[make-set!-transformer].
@ -133,7 +133,7 @@ create @scheme[transformer] or as indicated by a
@defthing[prop:rename-transformer struct-type-property?]{
A @tech{structure type property} to indentify structure types that act
A @tech{structure type property} to identify structure types that act
as @tech{rename transformers} like the ones created by
@scheme[make-rename-transformer].