summaryrefslogtreecommitdiff
path: root/nscd
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2006-09-23 10:14:27 +0000
committerJakub Jelinek <jakub@redhat.com>2006-09-23 10:14:27 +0000
commit0e4d91bd31869b6f67e9284e1de3d470e10a3156 (patch)
tree25d90813148cd22f3c5ea19061e5b4dfaa2a6c6e /nscd
parent787b20e995af2c10ffa8fc116a071cba7d2ed065 (diff)
Updated to fedora-glibc-20060923T0946cvs/fedora-glibc-2_4_90-34
Diffstat (limited to 'nscd')
-rw-r--r--nscd/connections.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nscd/connections.c b/nscd/connections.c
index 307337bffe..3b2558d244 100644
--- a/nscd/connections.c
+++ b/nscd/connections.c
@@ -1079,7 +1079,7 @@ cannot handle old request version %d; current version is %d"),
{
char buf[256];
- dbg_log (_("error getting callers id: %s"),
+ dbg_log (_("error getting caller's id: %s"),
strerror_r (errno, buf, sizeof (buf)));
break;
}