svn+ssh://svn.python.org/python/branches/py3k
........
r74749 | r.david.murray | 2009-09-12 05:09:02 +0200 (Sa, 12 Sep 2009) | 2 lines
Fix typo.
........
The first list contains UTF-8-encoded filenames, and the second list contains
the Unicode versions.
-Note that in most occasions, the Uniode APIs should be used. The bytes APIs
+Note that in most occasions, the Unicode APIs should be used. The bytes APIs
should only be used on systems where undecodable file names can be present,
i.e. Unix systems.