From 0f7dd66cedc2b7aadfc7277aedaf1e5450d2555e Mon Sep 17 00:00:00 2001 From: freemine Date: Fri, 30 Oct 2020 23:15:53 +0800 Subject: [PATCH] typo correction --- src/connector/odbc/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connector/odbc/README.md b/src/connector/odbc/README.md index be3812e1e9..5a9706fd1f 100644 --- a/src/connector/odbc/README.md +++ b/src/connector/odbc/README.md @@ -58,7 +58,7 @@ rm -rf debug && cmake -B debug && cmake --build debug && cmake --install debug & - `cmake -G "NMake Makefiles" -B debug` - `cmake --build debug` - `cmake --install debug` -- open your `Command Prompt` with Administrator's privilidge +- open your `Command Prompt` with Administrator's priviledge - remove previously installed TAOS ODBC driver: run `C:\TDengine\todbcinst -u -f -n TAOS` - install TAOS ODBC driver that was just built: run `C:\TDengine\todbcinst -i -n TAOS -p C:\TDengine\driver` -- GitLab