]> granicus.if.org Git - python/commitdiff
Fix typo (from SF bug #962602)
authorWalter Dörwald <walter@livinglogic.de>
Mon, 31 May 2004 15:12:27 +0000 (15:12 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Mon, 31 May 2004 15:12:27 +0000 (15:12 +0000)
Lib/distutils/filelist.py

index bfa53d21332af8e0c7ccb7aee14d93157986085b..0872e966361cc5b29b4dd8290f54d1bbf006569e 100644 (file)
@@ -166,7 +166,7 @@ class FileList:
                              (dir, string.join(patterns)))
             for pattern in patterns:
                 if not self.include_pattern(pattern, prefix=dir):
-                    log.warn(("warngin: no files found matching '%s' " +
+                    log.warn(("warning: no files found matching '%s' " +
                                 "under directory '%s'"), 
                              pattern, dir)