Skip to content

Commit 422bb8e

Browse files
authored
[Docs] Fix a couple of typos (#1073)
[skip azp]
1 parent 04568cd commit 422bb8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/build_tips.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ In addition to the standard Unix tools, in the build environment there are some
183183
```sh
184184
install_license ${WORKSPACE}/srcdir/THIS_IS_THE_LICENSE.md
185185
```
186-
* `update_configure_scripts`: utility to update autoconfigure scripts. Sometimes libraries come with out-of-date autoconfigure scripts (e.g., old `configure.guess` can't recognise `aarch64` platforms of systems using Musl C library). Just run
186+
* `update_configure_scripts`: utility to update autoconfigure scripts. Sometimes libraries come with out-of-date autoconfigure scripts (e.g., old `configure.sub` can't recognise `aarch64` platforms or systems using Musl C library). Just run
187187
```sh
188188
update_configure_scripts
189189
```

0 commit comments

Comments
 (0)