Fixed a grab-bag of typos spotted by Rob Hooft.

This commit is contained in:
Greg Ward 2000-07-27 02:13:20 +00:00
parent aa5372caa7
commit 612eb9f58f
9 changed files with 11 additions and 11 deletions

View file

@ -304,7 +304,7 @@ class CCompiler:
def add_link_object (self, object):
"""Add 'object' to the list of object files (or analogues, such as
explictly named library files or the output of "resource
explicitly named library files or the output of "resource
compilers") to be included in every link driven by this compiler
object.
"""