diff options
Diffstat (limited to 'locale/programs/ld-identification.c')
-rw-r--r-- | locale/programs/ld-identification.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/locale/programs/ld-identification.c b/locale/programs/ld-identification.c index b536ac8070..957f12caaa 100644 --- a/locale/programs/ld-identification.c +++ b/locale/programs/ld-identification.c @@ -328,7 +328,7 @@ identification_read (struct linereader *ldfile, struct localedef_t *result, if (nowtok == tok_eof) break; - /* Ingore empty lines. */ + /* Ignore empty lines. */ if (nowtok == tok_eol) { now = lr_token (ldfile, charmap, NULL); |