浏览代码

174550 - Fixed error message typo

Nathan Kinder 20 年之前
父节点
当前提交
4d975378bc
共有 1 个文件被更改,包括 1 次插入1 次删除
  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: