Commit 706867c2 authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Fix comment typo

parent 49ea7be7
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment