aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>2014-01-30 17:37:59 +0200
committerGuido Günther <agx@sigxcpu.org>2014-03-27 20:43:55 +0100
commit77743757e6aa619b57be4431daa46903c4da9ccd (patch)
tree9e60a9b41c18518d8494062fbc8b170338c62113
parentfd440e204a6ebf62d65ff564db8c1aaa262472d2 (diff)
pq: minor log message typo fix
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
-rw-r--r--gbp/scripts/common/pq.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gbp/scripts/common/pq.py b/gbp/scripts/common/pq.py
index 8e41d4a..d3c07d1 100644
--- a/gbp/scripts/common/pq.py
+++ b/gbp/scripts/common/pq.py
@@ -89,7 +89,7 @@ def parse_gbp_commands(info, cmd_tag, noarg_cmds, arg_cmds):
elif noarg_cmds and cmd in noarg_cmds:
commands[cmd] = match.group('args')
else:
- gbp.log.warn("Ignoring unknow gbp-command '%s' in commit %s"
+ gbp.log.warn("Ignoring unknown gbp-command '%s' in commit %s"
% (line, info['id']))
return commands