diff options
Diffstat (limited to 'nscd/nscd_stat.c')
-rw-r--r-- | nscd/nscd_stat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nscd/nscd_stat.c b/nscd/nscd_stat.c index 1db4bee..a1c2053 100644 --- a/nscd/nscd_stat.c +++ b/nscd/nscd_stat.c @@ -275,7 +275,7 @@ receive_print_stats (void) if (enabled[0] == '\0') /* The locale does not provide this information so we have to translate it ourself. Since we should avoid short translation - terms we artifically increase the length. */ + terms we artificially increase the length. */ enabled = data.dbs[i].enabled ? yesstr : nostr; if (check_file[0] == '\0') check_file = data.dbs[i].check_file ? yesstr : nostr; |