From: Anthony Baxter Date: Fri, 15 Apr 2005 06:17:20 +0000 (+0000) Subject: typo fix, thanks Jeremy Sanders X-Git-Tag: v2.5a0~1817 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fa7e6b46eff16e6f90eec385c9d6501ad9ca6352;p=thirdparty%2FPython%2Fcpython.git typo fix, thanks Jeremy Sanders --- diff --git a/Lib/distutils/command/bdist_rpm.py b/Lib/distutils/command/bdist_rpm.py index 4bc00c3ac42a..738e3f72691c 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']