summaryrefslogtreecommitdiff
path: root/nscd
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2006-10-08 13:04:41 +0000
committerJakub Jelinek <jakub@redhat.com>2006-10-08 13:04:41 +0000
commit70c9744ed64bd4f9a1b8e62ee4c3eb9fb716ba62 (patch)
tree62b5196d0d0e70b7672471964e8731bba0692fe3 /nscd
parentb75a89e7de5530eec2527cb9a8995e48d339a703 (diff)
Updated to fedora-glibc-2_5-20061008T1257
Diffstat (limited to 'nscd')
-rw-r--r--nscd/nscd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nscd/nscd.c b/nscd/nscd.c
index 03359f3c05..588b09d4fb 100644
--- a/nscd/nscd.c
+++ b/nscd/nscd.c
@@ -240,7 +240,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);