summaryrefslogtreecommitdiff
path: root/libc/nscd/nscd.c
diff options
context:
space:
mode:
authorjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2006-10-07 11:13:45 +0000
committerjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2006-10-07 11:13:45 +0000
commitb0c556f461de6418fb565a208c1b290026b4f355 (patch)
tree234dd5efffd19b1845d03bc34a449b695be49175 /libc/nscd/nscd.c
parentf2411fe17cda3e28b29aaca1be072f0d8e0f659e (diff)
Merge changes between r334 and r345 from /fsf/trunk.
git-svn-id: svn://svn.eglibc.org/trunk@346 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'libc/nscd/nscd.c')
-rw-r--r--libc/nscd/nscd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/nscd/nscd.c b/libc/nscd/nscd.c
index 6d1e50a83..add469840 100644
--- a/libc/nscd/nscd.c
+++ b/libc/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);