diff options
author | Greg Ward <gward@python.net> | 2000-07-27 02:13:20 (GMT) |
---|---|---|
committer | Greg Ward <gward@python.net> | 2000-07-27 02:13:20 (GMT) |
commit | 612eb9f58fe38f33484f36bcba97a4b3d8e090a9 (patch) | |
tree | 123a9cab1828c8b5d802bbc48163e5d6a5ce3f30 /Lib/distutils/command/bdist_rpm.py | |
parent | aa5372caa758b8bd36ae0621a490dcc0ec21d2ae (diff) | |
download | cpython-612eb9f58fe38f33484f36bcba97a4b3d8e090a9.zip cpython-612eb9f58fe38f33484f36bcba97a4b3d8e090a9.tar.gz cpython-612eb9f58fe38f33484f36bcba97a4b3d8e090a9.tar.bz2 |
Fixed a grab-bag of typos spotted by Rob Hooft.
Diffstat (limited to 'Lib/distutils/command/bdist_rpm.py')
-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 7f58a1d..3302eea 100644 --- a/Lib/distutils/command/bdist_rpm.py +++ b/Lib/distutils/command/bdist_rpm.py @@ -400,7 +400,7 @@ class bdist_rpm (Command): ] for (rpm_opt, attr, default) in script_options: - # Insert contents of file refered to, if no file is refered to + # Insert contents of file referred to, if no file is refered to # use 'default' as contents of script val = getattr(self, attr) if val or default: |