projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49ea7be
)
Fix comment typo
author
Andrew M. Kuchling
<amk@amk.ca>
Fri, 8 Nov 2002 15:11:42 +0000
(15:11 +0000)
committer
Andrew M. Kuchling
<amk@amk.ca>
Fri, 8 Nov 2002 15:11:42 +0000
(15:11 +0000)
Lib/distutils/command/bdist_rpm.py
patch
|
blob
|
history
diff --git
a/Lib/distutils/command/bdist_rpm.py
b/Lib/distutils/command/bdist_rpm.py
index 0dad1ac4744c909b5e632a998ea26a79c004919f..88be5e8bf7959a366804410b3f8c841384733a56 100644
(file)
--- a/
Lib/distutils/command/bdist_rpm.py
+++ b/
Lib/distutils/command/bdist_rpm.py
@@
-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 refer
r
ed to
# use 'default' as contents of script
val = getattr(self, attr)
if val or default: