소스 검색

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: