diff options
Diffstat (limited to 'src/fl_utf.c')
| -rw-r--r-- | src/fl_utf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fl_utf.c b/src/fl_utf.c index 33b7a2cfc..c3e80f7f2 100644 --- a/src/fl_utf.c +++ b/src/fl_utf.c @@ -612,7 +612,7 @@ unsigned fl_utf8froma(char* dst, unsigned dstlen, to a string containing the letters "utf" or "UTF" in it, or by deleting all $LC* and $LANG environment variables. In the future it is likely that all non-Asian Unix systems will return true, - due to the compatability of UTF-8 with ISO-8859-1. + due to the compatibility of UTF-8 with ISO-8859-1. */ int fl_utf8locale(void) { static int ret = 2; |
