Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
precompose-utf8: fix spelling of "want" in error message
author
Stefano Lattarini
<stefano.lattarini@gmail.com>
Thu, 11 Apr 2013 22:36:10 +0000
(
00:36
+0200)
committer
Junio C Hamano
<gitster@pobox.com>
Fri, 12 Apr 2013 19:24:04 +0000
(12:24 -0700)
Noticed using Lucas De Marchi's codespell tool.
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Acked-by: Matthieu Moy <Matthieu.Moy@imag.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
compat/precompose_utf8.c
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
4283b8e
)
diff --git
a/compat/precompose_utf8.c
b/compat/precompose_utf8.c
index 8cf59558e1c6fcc6782b8eaf94534ea041599191..030174db515e764aa883b21afe9be8fb3ae41f2e 100644
(file)
--- a/
compat/precompose_utf8.c
+++ b/
compat/precompose_utf8.c
@@
-134,7
+134,7
@@
struct dirent_prec_psx *precompose_utf8_readdir(PREC_DIR *prec_dir)
if (prec_dir->ic_precompose == (iconv_t)-1) {
die("iconv_open(%s,%s) failed, but needed:\n"
" precomposed unicode is not supported.\n"
- " If you w
na
t to use decomposed unicode, run\n"
+ " If you w
an
t to use decomposed unicode, run\n"
" \"git config core.precomposeunicode false\"\n",
repo_encoding, path_encoding);
} else {