From: Ryan Kavanagh Date: Thu, 14 Aug 2014 12:45:10 +0000 (+0100) Subject: Fix typo in binary X-Git-Tag: archive/raspbian/2.9.1-1+rpi1~1^2^2^2^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3113944744b175c604ab66dbc8b0f22b47577f5b;p=cmus.git 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 --- 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);