diff --git a/source/util/src/tgeosctx.c b/source/util/src/tgeosctx.c index 362159d42a..805d398275 100644 --- a/source/util/src/tgeosctx.c +++ b/source/util/src/tgeosctx.c @@ -93,7 +93,7 @@ int32_t getThreadLocalGeosCtx(SGeosContext **ppCtx) { _exit: if (code != 0) { *ppCtx = NULL; - uError("failed to get geos context at lino:%d since %s", lino, tstrerror(code)); + uError("failed to get geos context at line:%d since %s", lino, tstrerror(code)); } TAOS_RETURN(code); }