Fix comment typo
authorAndrew M. Kuchling <amk@amk.ca>
Fri, 8 Nov 2002 15:11:42 +0000 (15:11 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Fri, 8 Nov 2002 15:11:42 +0000 (15:11 +0000)
Lib/distutils/command/bdist_rpm.py

index 0dad1ac4744c909b5e632a998ea26a79c004919f..88be5e8bf7959a366804410b3f8c841384733a56 100644 (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: