diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-10-06 15:39:29 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-10-06 15:39:29 +0000 |
commit | 3a4e060900bc27f204c20f4102874d7e11eb3cdc (patch) | |
tree | 0049c456782f28f64519ecb1b158ebbeb716927e /nscd/nscd.c | |
parent | 2e4f1cfb1f3fc72ec4195678350256f85cb4d284 (diff) | |
download | glibc-3a4e060900bc27f204c20f4102874d7e11eb3cdc.zip glibc-3a4e060900bc27f204c20f4102874d7e11eb3cdc.tar.gz glibc-3a4e060900bc27f204c20f4102874d7e11eb3cdc.tar.bz2 |
* include/features.h (__GLIBC_MINOR__): It's glibc 2.5 now.cvs/glibc-2_5-base
2006-10-06 Ulrich Drepper <drepper@redhat.com>
* po/pl.po: Update from translation team.
* nscd/nscd.c (main): Fix typo in message.
Patch by Jakub Bogsz <qboosh@pld-linux.org>.
Diffstat (limited to 'nscd/nscd.c')
-rw-r--r-- | nscd/nscd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nscd/nscd.c b/nscd/nscd.c index 6d1e50a..add4698 100644 --- a/nscd/nscd.c +++ b/nscd/nscd.c @@ -237,7 +237,7 @@ main (int argc, char **argv) if (chdir ("/") != 0) error (EXIT_FAILURE, errno, - _("cannot change current working cirectory to \"/\"")); + _("cannot change current working directory to \"/\"")); openlog ("nscd", LOG_CONS | LOG_ODELAY, LOG_DAEMON); |