Fix typo (from SF bug #962602)

This commit is contained in:
Walter Dörwald 2004-05-31 15:12:27 +00:00
parent 874ebd5c3d
commit cbd0b365c1
1 changed files with 1 additions and 1 deletions

View 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)