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

@ -400,7 +400,7 @@ class bdist_rpm (Command):
]
for (rpm_opt, attr, default) in script_options:
# Insert contents of file refered to, if no file is refered to
# Insert contents of file referred to, if no file is refered to
# use 'default' as contents of script
val = getattr(self, attr)
if val or default: