We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4283b8e commit 0f7b4c2Copy full SHA for 0f7b4c2
compat/precompose_utf8.c
@@ -134,7 +134,7 @@ struct dirent_prec_psx *precompose_utf8_readdir(PREC_DIR *prec_dir)
134
if (prec_dir->ic_precompose == (iconv_t)-1) {
135
die("iconv_open(%s,%s) failed, but needed:\n"
136
" precomposed unicode is not supported.\n"
137
- " If you wnat to use decomposed unicode, run\n"
+ " If you want to use decomposed unicode, run\n"
138
" \"git config core.precomposeunicode false\"\n",
139
repo_encoding, path_encoding);
140
} else {
0 commit comments