[Fedora-directory-commits] ldapserver/ldap/servers/plugins/replication cl5_clcache.c, 1.5, 1.6

Nathan Kinder (nkinder) fedora-directory-commits at redhat.com
Tue Nov 29 22:19:33 UTC 2005


Author: nkinder

Update of /cvs/dirsec/ldapserver/ldap/servers/plugins/replication
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30063

Modified Files:
	cl5_clcache.c 
Log Message:
174550 - Fixed error message typo


Index: cl5_clcache.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/plugins/replication/cl5_clcache.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- cl5_clcache.c	19 Apr 2005 22:07:32 -0000	1.5
+++ cl5_clcache.c	29 Nov 2005 22:19:25 -0000	1.6
@@ -920,7 +920,7 @@
 
 		case ENOMEM:
 			slapi_log_error ( SLAPI_LOG_FATAL, buf->buf_agmt_name,
-					"clcache_cursor_get: cann't allocate %u bytes\n", buf->buf_data.ulen );
+					"clcache_cursor_get: can't allocate %u bytes\n", buf->buf_data.ulen );
 			break;
 
 		default:




More information about the Fedora-directory-commits mailing list