Spelling fixes in comments, documentation, tests and examples
By klemens <ka7@github.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@ -5,7 +5,7 @@ a=`printf "\xcc\x80"`
|
||||
# Should print 1
|
||||
echo ${#a}
|
||||
|
||||
# A Japanese katakana charachter U+30a3
|
||||
# A Japanese katakana character U+30a3
|
||||
a=`printf "\xe3\x82\xa3"`
|
||||
# Should print 1
|
||||
echo ${#a}
|
||||
|
Reference in New Issue
Block a user