Browse Source

174550 - Fixed error message typo

Nathan Kinder 20 years ago
parent
commit
4d975378bc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ldap/servers/plugins/replication/cl5_clcache.c

+ 1 - 1
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: