about summary refs log tree commit diff
path: root/nscd/nscd.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-10-06 15:39:29 +0000
committerUlrich Drepper <drepper@redhat.com>2006-10-06 15:39:29 +0000
commit3a4e060900bc27f204c20f4102874d7e11eb3cdc (patch)
tree0049c456782f28f64519ecb1b158ebbeb716927e /nscd/nscd.c
parent2e4f1cfb1f3fc72ec4195678350256f85cb4d284 (diff)
downloadglibc-3a4e060900bc27f204c20f4102874d7e11eb3cdc.tar.gz
glibc-3a4e060900bc27f204c20f4102874d7e11eb3cdc.tar.xz
glibc-3a4e060900bc27f204c20f4102874d7e11eb3cdc.zip
* 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.c2
1 files changed, 1 insertions, 1 deletions
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);