Merge branch 'main' into 3.0

This commit is contained in:
Shengliang Guan 2022-09-15 13:28:26 +08:00
commit 6c65a6d0f7
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ void *openRefSpace(void *param) {
pSpace->rsetId = taosOpenRef(50, myfree); pSpace->rsetId = taosOpenRef(50, myfree);
if (pSpace->rsetId < 0) { if (pSpace->rsetId < 0) {
printf("failed to open ref, reson:%s\n", tstrerror(pSpace->rsetId)); printf("failed to open ref, reason:%s\n", tstrerror(pSpace->rsetId));
return NULL; return NULL;
} }