From fcfb85d65a17962961ddb6004d9bcdcbb3f3d8a5 Mon Sep 17 00:00:00 2001 From: Haojun Liao Date: Wed, 17 Jun 2020 17:38:18 +0800 Subject: [PATCH] [td-225] fix a typo --- tests/examples/c/demo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/examples/c/demo.c b/tests/examples/c/demo.c index 377f4c162e..5030af4ad6 100644 --- a/tests/examples/c/demo.c +++ b/tests/examples/c/demo.c @@ -13,7 +13,7 @@ * along with this program. If not, see . */ -// TAOS standard API example. The same syntax as MySQL, but only a subet +// TAOS standard API example. The same syntax as MySQL, but only a subset // to compile: gcc -o demo demo.c -ltaos #include -- GitLab