Skip to content

Commit 0f7b4c2

Browse files
slattarinigitster
authored andcommitted
precompose-utf8: fix spelling of "want" in error message
Noticed using Lucas De Marchi's codespell tool. Signed-off-by: Stefano Lattarini <[email protected]> Signed-off-by: Jonathan Nieder <[email protected]> Acked-by: Matthieu Moy <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 4283b8e commit 0f7b4c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compat/precompose_utf8.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ struct dirent_prec_psx *precompose_utf8_readdir(PREC_DIR *prec_dir)
134134
if (prec_dir->ic_precompose == (iconv_t)-1) {
135135
die("iconv_open(%s,%s) failed, but needed:\n"
136136
" precomposed unicode is not supported.\n"
137-
" If you wnat to use decomposed unicode, run\n"
137+
" If you want to use decomposed unicode, run\n"
138138
" \"git config core.precomposeunicode false\"\n",
139139
repo_encoding, path_encoding);
140140
} else {

0 commit comments

Comments
 (0)