未验证 提交 1d3cab1b 编写于 作者: S Shengliang Guan 提交者: GitHub

Merge pull request #16826 from tlb-xiongju/patch-1

fix typo in trefTest.c
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册