From 3113944744b175c604ab66dbc8b0f22b47577f5b Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Thu, 14 Aug 2014 13:45:10 +0100 Subject: [PATCH] Fix typo in binary Origin: vendor Forwarded: yes Applied-Upstream: https://github.com/cmus/cmus/commit/f0eb35d Applied-Upstream: https://github.com/cmus/cmus/commit/f0eb35d Gbp-Pq: Name 02_fix_typo.diff --- expr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/expr.c b/expr.c index d159552..75f5df9 100644 --- a/expr.c +++ b/expr.c @@ -567,7 +567,7 @@ static char *expand_short_expr(const char *expr_short) stack4_pop(&state_stack); key = lookup_long_key(c); if (!key) { - set_error("unkown short key %c", c); + set_error("unknown short key %c", c); goto error_exit; } etype = lookup_key_type(key); -- 2.30.2