Merge pull request #16871 from taosdata/main

merge from main to 3.0 branch
This commit is contained in:
Shengliang Guan 2022-09-15 20:33:54 +08:00 committed by GitHub
commit cab846196d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ void *openRefSpace(void *param) {
pSpace->rsetId = taosOpenRef(50, myfree);
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;
}