aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2011-07-08 05:47:49 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2011-07-08 05:47:49 +0200
commitb5de0c12d6f1803ed6d161c9a56aab99412d3b97 (patch)
treedbaff83b9012828e1b6e51c9d45bb32c777e0505 /docs
parent4dc35fb5b6b574552a432622274941a6e4c67476 (diff)
downloadbusybox-b5de0c12d6f1803ed6d161c9a56aab99412d3b97.tar.gz
typo fixes
Signed-off-by: Dan Fandrich <dan@coneharvesters.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/unicode.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/unicode.txt b/docs/unicode.txt
index 32df24dc8..9c159ce2a 100644
--- a/docs/unicode.txt
+++ b/docs/unicode.txt
@@ -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.