From: Andrew M. Kuchling Date: Fri, 8 Nov 2002 15:11:42 +0000 (+0000) Subject: Fix comment typo X-Git-Tag: v2.3c1~3513 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=706867c20c507c60cf26a20b25c10c3e4b7c3aa4;p=thirdparty%2FPython%2Fcpython.git Fix comment typo --- diff --git a/Lib/distutils/command/bdist_rpm.py b/Lib/distutils/command/bdist_rpm.py index 0dad1ac4744c..88be5e8bf795 100644 --- 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 referred to # use 'default' as contents of script val = getattr(self, attr) if val or default: