typos fixed

svn: r1768
This commit is contained in:
Matthew Flatt 2006-01-05 14:09:50 +00:00
parent e82c56d1b6
commit da799daa20
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ Generalized network-address handling, includes IPv6
Added ephemerons
0.0 and -0.0 are different by eqv?
Added keyword values (#: prefix) and keyword? predicate
Added syntax-language+country
Added system-language+country
Added current-preserved-thread-cell-values
Added #%variable-reference
MzLib: added object-method-arity-includes? to class.ss

View File

@ -264,7 +264,7 @@ Typically, the correct printing of a path use the current locale's
encoding, but there's no guarantee that the path is well-formed using
the current locale's encoding.
To mediate these view of paths, MzScheme now supplies a "path"
To mediate this view of paths, MzScheme now supplies a "path"
datatype, with operations `path->string', `string->path',
`bytes->string', and `bytes->path'. Use `path->string' to print a path
to the user, but use `path->bytes' to marshal a path (e.g., for saving