]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix misspelled name.
authorRaymond Hettinger <python@rcn.com>
Sun, 8 Feb 2004 20:19:42 +0000 (20:19 +0000)
committerRaymond Hettinger <python@rcn.com>
Sun, 8 Feb 2004 20:19:42 +0000 (20:19 +0000)
Doc/ref/ref2.tex

index 76c5cc5a179d90814d8e235fdc43a86de4e80031..35b0047b645bfa7dbf588db98f14311b2f17207f 100644 (file)
@@ -90,7 +90,7 @@ which is recognized also by GNU Emacs, and
 # vim:fileencoding=<encoding-name>
 \end{verbatim}
 
-which is recognized by Bram Moolenar's VIM. In addition, if the first
+which is recognized by Bram Moolenaar's VIM. In addition, if the first
 bytes of the file are the UTF-8 byte-order mark
 (\code{'\e xef\e xbb\e xbf'}), the declared file encoding is UTF-8
 (this is supported, among others, by Microsoft's \program{notepad}).