diff --git a/src/connector/odbc/README.md b/src/connector/odbc/README.md index be3812e1e93490dfb024af09a1d8ce5a3d7d5bd2..5a9706fd1fe786f1e8b9bdd0df2c27e1e3384ab9 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`