summaryrefslogtreecommitdiffstats
path: root/ldap
diff options
context:
space:
mode:
authorNathan Kinder <nkinder@redhat.com>2005-11-29 22:19:25 +0000
committerNathan Kinder <nkinder@redhat.com>2005-11-29 22:19:25 +0000
commit4d975378bc871c605f0a7d83e341e5772c75b0df (patch)
tree5ae7e3b35662cd5c8128139955fa1b913e35c31f /ldap
parenteed0c81122a064f1342617ad26906ae8a526e043 (diff)
downloadds-4d975378bc871c605f0a7d83e341e5772c75b0df.tar.gz
ds-4d975378bc871c605f0a7d83e341e5772c75b0df.tar.xz
ds-4d975378bc871c605f0a7d83e341e5772c75b0df.zip
174550 - Fixed error message typo
Diffstat (limited to 'ldap')
-rw-r--r--ldap/servers/plugins/replication/cl5_clcache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldap/servers/plugins/replication/cl5_clcache.c b/ldap/servers/plugins/replication/cl5_clcache.c
index 1f646ce7..d22f8dd6 100644
--- a/ldap/servers/plugins/replication/cl5_clcache.c
+++ b/ldap/servers/plugins/replication/cl5_clcache.c
@@ -920,7 +920,7 @@ clcache_cursor_get ( DBC *cursor, CLC_Buffer *buf, int flag )
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: