From 253fdb6522391b6d3cb87a3a7af6c3a4447f0c3f Mon Sep 17 00:00:00 2001 From: factosea <285808407@qq.com> Date: Sat, 8 Feb 2025 14:44:25 +0800 Subject: [PATCH] fix: spell error --- README.md | 2 +- tools/taos-tools/deps/zlib-1.2.13/configure | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f540b1cc43..ce17a5ad6c 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ For user manual, system design and architecture, please refer to [TDengine Docum ### For Ubuntu 18.04、20.04、22.04 ```bash -sudo apt-get udpate +sudo apt-get update sudo apt-get install -y gcc cmake build-essential git libjansson-dev \ libsnappy-dev liblzma-dev zlib1g-dev pkg-config ``` diff --git a/tools/taos-tools/deps/zlib-1.2.13/configure b/tools/taos-tools/deps/zlib-1.2.13/configure index fa4d5daaba..633b0f4b6a 100755 --- a/tools/taos-tools/deps/zlib-1.2.13/configure +++ b/tools/taos-tools/deps/zlib-1.2.13/configure @@ -860,7 +860,7 @@ echo prefix = $prefix >> configure.log echo sharedlibdir = $sharedlibdir >> configure.log echo uname = $uname >> configure.log -# udpate Makefile with the configure results +# update Makefile with the configure results sed < ${SRCDIR}Makefile.in " /^CC *=/s#=.*#=$CC# /^CFLAGS *=/s#=.*#=$CFLAGS#