From 3a4e060900bc27f204c20f4102874d7e11eb3cdc Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 6 Oct 2006 15:39:29 +0000 Subject: * include/features.h (__GLIBC_MINOR__): It's glibc 2.5 now. 2006-10-06 Ulrich Drepper * po/pl.po: Update from translation team. * nscd/nscd.c (main): Fix typo in message. Patch by Jakub Bogsz . --- nscd/nscd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nscd') diff --git a/nscd/nscd.c b/nscd/nscd.c index 6d1e50a837..add4698406 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); -- cgit v1.2.3