typo fixes

Signed-off-by: Dan Fandrich <dan@coneharvesters.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Dan Fandrich
2011-07-08 05:47:49 +02:00
committed by Denys Vlasenko
parent 4dc35fb5b6
commit b5de0c12d6
6 changed files with 7 additions and 7 deletions

View File

@ -29,7 +29,7 @@ But we also need to handle the following problematic moments:
Editors (vi, ed)
This case is a bit similar to "shell input", but unlike shell,
editors may encounder many more unexpected unicode sequences
editors may encounter many more unexpected unicode sequences
(try to load a random binary file...), and they need to preserve
them, unlike shell which can afford to drop bogus input.