From 03c867cdbfba2db4d9da1cebacec7aa283e5f859 Mon Sep 17 00:00:00 2001 From: Xiong Ju Date: Wed, 14 Sep 2022 13:25:52 +0900 Subject: [PATCH] Update trefTest.c fix typo: reson -> reason --- source/util/test/trefTest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/util/test/trefTest.c b/source/util/test/trefTest.c index 89561e61fe..5a6790ef1d 100644 --- a/source/util/test/trefTest.c +++ b/source/util/test/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; }