Commit cbd0b365 authored by Walter Dörwald's avatar Walter Dörwald

Fix typo (from SF bug #962602)

parent 874ebd5c
...@@ -166,7 +166,7 @@ class FileList: ...@@ -166,7 +166,7 @@ class FileList:
(dir, string.join(patterns))) (dir, string.join(patterns)))
for pattern in patterns: for pattern in patterns:
if not self.include_pattern(pattern, prefix=dir): 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'"), "under directory '%s'"),
pattern, dir) pattern, dir)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment