diff options
author | pfg <pfg@FreeBSD.org> | 2016-04-28 15:20:08 +0000 |
---|---|---|
committer | pfg <pfg@FreeBSD.org> | 2016-04-28 15:20:08 +0000 |
commit | 24450dfc979ddb1ae32739738ad4437e896b9078 (patch) | |
tree | d44ec4984e42f4be52cad78fd1fc4118910e3a61 /usr.bin/localedef | |
parent | f25e7961496587a7578238f609e041549e09e713 (diff) | |
download | FreeBSD-src-24450dfc979ddb1ae32739738ad4437e896b9078.zip FreeBSD-src-24450dfc979ddb1ae32739738ad4437e896b9078.tar.gz |
Small typo.
Diffstat (limited to 'usr.bin/localedef')
-rw-r--r-- | usr.bin/localedef/wide.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/localedef/wide.c b/usr.bin/localedef/wide.c index 7102eb5..9d898fd 100644 --- a/usr.bin/localedef/wide.c +++ b/usr.bin/localedef/wide.c @@ -92,7 +92,7 @@ static struct { { "EUC-CN", "EUC-CN", 16, towide_euccn, tomb_mbs }, { "eucCN", "EUC-CN", 16, towide_euccn, tomb_mbs }, /* - * Becuase the 3-byte form of EUC-JP use the same leading byte, + * Because the 3-byte form of EUC-JP use the same leading byte, * only 17 bits required to provide unique priorities. (The low * bit of that first byte is set.) By setting this value low, * we can get by with only 3 bytes in the strxfrm expansion. |