git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] precompose-utf8: fix typo of "sequences"
@ 2016-05-06 11:55 Li Peng
  2016-05-06 12:24 ` Torsten Bögershausen
  0 siblings, 1 reply; 2+ messages in thread
From: Li Peng @ 2016-05-06 11:55 UTC (permalink / raw)
  To: git; +Cc: tboegi, Li Peng

Fix a typo in comment.

Signed-off-by: Li Peng <lip@dtdream.com>
---
 compat/precompose_utf8.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compat/precompose_utf8.c b/compat/precompose_utf8.c
index dfbe6d8..4293b53 100644
--- a/compat/precompose_utf8.c
+++ b/compat/precompose_utf8.c
@@ -147,7 +147,7 @@ struct dirent_prec_psx *precompose_utf8_readdir(PREC_DIR *prec_dir)
 				if (errno || inleft) {
 					/*
 					 * iconv() failed and errno could be E2BIG, EILSEQ, EINVAL, EBADF
-					 * MacOS X avoids illegal byte sequemces.
+					 * MacOS X avoids illegal byte sequences.
 					 * If they occur on a mounted drive (e.g. NFS) it is not worth to
 					 * die() for that, but rather let the user see the original name
 					*/
-- 
1.8.3.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-05-06 12:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-06 11:55 [PATCH] precompose-utf8: fix typo of "sequences" Li Peng
2016-05-06 12:24 ` Torsten Bögershausen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).