Fix comment typo

This commit is contained in:
Andrew M. Kuchling 2002-11-08 15:11:42 +00:00
parent 49ea7be7e9
commit 706867c20c
1 changed files with 1 additions and 1 deletions

View File

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