From fa7e6b46eff16e6f90eec385c9d6501ad9ca6352 Mon Sep 17 00:00:00 2001 From: Anthony Baxter Date: Fri, 15 Apr 2005 06:17:20 +0000 Subject: typo fix, thanks Jeremy Sanders --- Lib/distutils/command/bdist_rpm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'] -- cgit v0.12