about summary refs log tree commit diff
path: root/nscd/connections.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-09-21 04:04:20 +0000
committerUlrich Drepper <drepper@redhat.com>2006-09-21 04:04:20 +0000
commitc69136aeed1f6e7ba0649b0e0a6ec425ded37df8 (patch)
tree5f26460218eb1be168ea796c872839fc88911061 /nscd/connections.c
parent83b3108ca64bc0c8a398a179f1909f8b7f7dc44b (diff)
downloadglibc-c69136aeed1f6e7ba0649b0e0a6ec425ded37df8.tar.gz
glibc-c69136aeed1f6e7ba0649b0e0a6ec425ded37df8.tar.xz
glibc-c69136aeed1f6e7ba0649b0e0a6ec425ded37df8.zip
[BZ #3137]
2006-09-20  Jakub Jelinek  <jakub@redhat.com>
	* po/libc.pot: Regenerated.
	* po/be.po: Updated.
	* po/ca.po: Likewise.
	* po/cs.po: Likewise.
	* po/da.po: Likewise.
	* po/de.po: Likewise.
	* po/el.po: Likewise.
	* po/en_GB.po: Likewise.
	* po/es.po: Likewise.
	* po/fi.po: Likewise.
	* po/fr.po: Likewise.
	* po/gl.po: Likewise.
	* po/hr.po: Likewise.
	* po/hu.po: Likewise.
	* po/ja.po: Likewise.
	* po/ko.po: Likewise.
	* po/nb.po: Likewise.
	* po/nl.po: Likewise.
	* po/pl.po: Likewise.
	* po/pt_BR.po: Likewise.
	* po/ru.po: Likewise.
	* po/rw.po: Likewise.
	* po/sk.po: Likewise.
	* po/sv.po: Likewise.
	* po/tr.po: Likewise.
	* po/zh_CN.po: Likewise.
	* po/zh_TW.po: Likewise.

	[BZ #3137]
	* iconv/iconv_prog.c (main): Fix spelling in error message.
	* iconv/iconvconfig.c (main): Likewise.
	* locale/programs/ld-collate.c (handle_ellipsis): Likewise.
	* locale/programs/ld-ctype.c (charclass_symbolic_ellipsis): Likewise.
	* locale/programs/localedef.c (main): Likewise.
	* locale/programs/repertoire.c (repertoire_read): Likewise.
	* timezone/zdump.c (main): Likewise.
	* nscd/connections.c (handle_request): Fix spelling in log message.
	Patch by Malcolm Parsons <malcolm.parsons@gmail.com>.
Diffstat (limited to 'nscd/connections.c')
-rw-r--r--nscd/connections.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nscd/connections.c b/nscd/connections.c
index c4269ce548..39d491a5e0 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;
 	  }