fix: spell error

This commit is contained in:
factosea 2025-02-08 14:44:25 +08:00
parent 054ca189bb
commit 253fdb6522
2 changed files with 2 additions and 2 deletions

View File

@ -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
```

View File

@ -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#