Commit 23064f19 authored by Walter Dörwald's avatar Walter Dörwald

Fix typo (from SF bug #962602)

parent 56255b44
......@@ -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)
......
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