Update trefTest.c

fix typo: reson -> reason
This commit is contained in:
Xiong Ju 2022-09-14 13:25:52 +09:00 committed by GitHub
parent 8566bba0d1
commit 03c867cdbf
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;
}