[td-225] fix a typo

This commit is contained in:
Haojun Liao 2020-06-17 17:38:18 +08:00
parent ba4b64152d
commit fcfb85d65a
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
// 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 // to compile: gcc -o demo demo.c -ltaos
#include <stdio.h> #include <stdio.h>