From 7edb1afad6d57a316f11839071fb5a7da96ddb4f Mon Sep 17 00:00:00 2001 From: Maciej Szulik Date: Wed, 26 Aug 2015 13:29:10 +0200 Subject: [PATCH] Fixed typo in verify-flags-underscore --- hack/verify-flags-underscore.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/verify-flags-underscore.py b/hack/verify-flags-underscore.py index 008e96dd3ea..850bf3e851c 100755 --- a/hack/verify-flags-underscore.py +++ b/hack/verify-flags-underscore.py @@ -232,7 +232,7 @@ def main(): if len(bad_lines) != 0: if not args.skip_exceptions: - print("Found illegal 'flag' usage. If these are false positives you should running `hack/verify-flags-underscore.py -e > hack/verify-flags/exceptions.txt` to update the list.") + print("Found illegal 'flag' usage. If these are false positives you should run `hack/verify-flags-underscore.py -e > hack/verify-flags/exceptions.txt` to update the list.") bad_lines.sort() for (relname, line) in bad_lines: print("%s:%s" % (relname, line))