summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command/bdist_rpm.py
diff options
context:
space:
mode:
authorAnthony Baxter <anthonybaxter@gmail.com>2005-04-15 06:17:20 (GMT)
committerAnthony Baxter <anthonybaxter@gmail.com>2005-04-15 06:17:20 (GMT)
commitfa7e6b46eff16e6f90eec385c9d6501ad9ca6352 (patch)
tree0cd78ffd39373b6adf72eb09d48941ab98edc527 /Lib/distutils/command/bdist_rpm.py
parent769f8219a4e99c753c753962519f502fbd91fc84 (diff)
downloadcpython-fa7e6b46eff16e6f90eec385c9d6501ad9ca6352.zip
cpython-fa7e6b46eff16e6f90eec385c9d6501ad9ca6352.tar.gz
cpython-fa7e6b46eff16e6f90eec385c9d6501ad9ca6352.tar.bz2
typo fix, thanks Jeremy Sanders
Diffstat (limited to 'Lib/distutils/command/bdist_rpm.py')
-rw-r--r--Lib/distutils/command/bdist_rpm.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/distutils/command/bdist_rpm.py b/Lib/distutils/command/bdist_rpm.py
index 4bc00c3..738e3f7 100644
--- a/Lib/distutils/command/bdist_rpm.py
+++ b/Lib/distutils/command/bdist_rpm.py
@@ -298,7 +298,7 @@ class bdist_rpm (Command):
# Make a source distribution and copy to SOURCES directory with
# optional icon.
- saved_dist_files = self.distributuion.dist_files[:]
+ saved_dist_files = self.distribution.dist_files[:]
sdist = self.reinitialize_command('sdist')
if self.use_bzip2:
sdist.formats = ['bztar']