]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
authorThomas Wouters <thomas@python.org>
Sun, 16 Jul 2000 12:04:32 +0000 (12:04 +0000)
committerThomas Wouters <thomas@python.org>
Sun, 16 Jul 2000 12:04:32 +0000 (12:04 +0000)
commit7e47402264cf87b9bbb61fc9ff610af08add7c7b
tree8103f0f2df8ca09de0b8cfd9d38b4982c6993f16
parentc533e4a01207f74b9c4f9a7414631a3c7b711595
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
comments, docstrings or error messages. I fixed two minor things in
test_winreg.py ("didn't" -> "Didn't" and "Didnt" -> "Didn't").

There is a minor style issue involved: Guido seems to have preferred English
grammar (behaviour, honour) in a couple places. This patch changes that to
American, which is the more prominent style in the source. I prefer English
myself, so if English is preferred, I'd be happy to supply a patch myself ;)
102 files changed:
Demo/sgi/gl/kites.py
Demo/sgi/video/OldVcopy.py
Demo/sgi/video/Vrec.py
Demo/sgi/video/Vrecb.py
Include/abstract.h
Include/cStringIO.h
Include/cobject.h
Include/longintrepr.h
Include/modsupport.h
Include/object.h
Include/unicodeobject.h
Lib/UserList.py
Lib/aifc.py
Lib/asynchat.py
Lib/binhex.py
Lib/cgi.py
Lib/codecs.py
Lib/dos-8x3/multifil.py
Lib/dos-8x3/rlcomple.py
Lib/dos-8x3/sre_comp.py
Lib/dos-8x3/stringol.py
Lib/dos-8x3/test_ima.py
Lib/dos-8x3/threadst.py
Lib/dos-8x3/tracebac.py
Lib/dos-8x3/userlist.py
Lib/encodings/cp856.py
Lib/lib-old/Para.py
Lib/lib-old/ni.py
Lib/lib-tk/FileDialog.py
Lib/lib-tk/Tkdnd.py
Lib/lib-tk/Tkinter.py
Lib/lib-tk/tkColorChooser.py
Lib/locale.py
Lib/mhlib.py
Lib/multifile.py
Lib/nntplib.py
Lib/os.py
Lib/pdb.py
Lib/poplib.py
Lib/pprint.py
Lib/pre.py
Lib/profile.py
Lib/pstats.py
Lib/rfc822.py
Lib/rlcompleter.py
Lib/smtplib.py
Lib/sre_constants.py
Lib/string.py
Lib/stringold.py
Lib/sunau.py
Lib/test/regrtest.py
Lib/test/test_imageop.py
Lib/test/test_pty.py
Lib/test/test_winreg.py
Lib/toaiff.py
Lib/traceback.py
Lib/urllib.py
Lib/urllib2.py
Lib/wave.py
Lib/xml/sax/xmlreader.py
Lib/xmllib.py
Modules/cStringIO.c
Modules/flmodule.c
Modules/getpath.c
Modules/imgfile.c
Modules/md5c.c
Modules/md5module.c
Modules/mmapmodule.c
Modules/mpzmodule.c
Modules/parsermodule.c
Modules/posixmodule.c
Modules/pypcre.c
Modules/regexpr.c
Modules/regexpr.h
Modules/resource.c
Modules/rgbimgmodule.c
Modules/rotormodule.c
Modules/stropmodule.c
Modules/sunaudiodev.c
Modules/syslogmodule.c
Modules/tclNotify.c
Objects/classobject.c
Objects/dictobject.c
Objects/intobject.c
Objects/object.c
Objects/stringobject.c
Objects/unicodeobject.c
PC/_winreg.c
Parser/pgen.c
Python/ceval.c
Python/codecs.c
Python/dynload_aix.c
Python/dynload_next.c
Python/exceptions.c
Python/getargs.c
Python/pythonrun.c
Python/strtod.c
Python/thread_lwp.h
Python/thread_os2.h
Tools/freeze/checkextensions_win32.py
Tools/freeze/freeze.py
Tools/freeze/modulefinder.py