projects
/
cmus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9df9e40
)
Fix typo in binary
author
Ryan Kavanagh
<rak@debian.org>
Thu, 14 Aug 2014 12:45:10 +0000
(13:45 +0100)
committer
Alessio Treglia
<alessio@debian.org>
Thu, 14 Aug 2014 12:45:10 +0000
(13:45 +0100)
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
patch
|
blob
|
history
diff --git
a/expr.c
b/expr.c
index d159552a17e2228d1dce1cee9d57e4a7ae42fe6e..75f5df9883b7433b7a33c9c888f33abc2fab0705 100644
(file)
--- 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("unk
n
own short key %c", c);
goto error_exit;
}
etype = lookup_key_type(key);