diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2002-11-08 15:11:42 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2002-11-08 15:11:42 (GMT) |
commit | 706867c20c507c60cf26a20b25c10c3e4b7c3aa4 (patch) | |
tree | 14bb27f58c31542b82d7028ce003395e6ad29cc5 /Lib/distutils | |
parent | 49ea7be7e916918c0e959a1d34d318af0c175def (diff) | |
download | cpython-706867c20c507c60cf26a20b25c10c3e4b7c3aa4.zip cpython-706867c20c507c60cf26a20b25c10c3e4b7c3aa4.tar.gz cpython-706867c20c507c60cf26a20b25c10c3e4b7c3aa4.tar.bz2 |
Fix comment typo
Diffstat (limited to 'Lib/distutils')
-rw-r--r-- | Lib/distutils/command/bdist_rpm.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/distutils/command/bdist_rpm.py b/Lib/distutils/command/bdist_rpm.py index 0dad1ac..88be5e8 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: |