(_sys_errlist): Fix typo.

This commit is contained in:
Ulrich Drepper 1999-02-16 12:13:56 +00:00
parent 9383535442
commit 42bda2c453

View File

@ -177,7 +177,7 @@ const char *const _sys_errlist[] =
N_("No route to host"),
N_("Operation already in progress"),
N_("Operation now in progress"),
N_("Stale NFS file handle)"
N_("Stale NFS file handle")
};
weak_alias (_sys_errlist, sys_errlist)