docs: fix typos

This commit is contained in:
Daniel Gustafsson 2019-11-28 12:57:58 +01:00
parent 763decc528
commit 1ff63fa69b
5 changed files with 5 additions and 5 deletions

View file

@ -307,7 +307,7 @@ for `aarch64` and API level 29:
export RANLIB=$TOOLCHAIN/bin/aarch64-linux-android-ranlib
export STRIP=$TOOLCHAIN/bin/aarch64-linux-android-strip
When building on Linux or targetting other API levels or architectures, you need
When building on Linux or targeting other API levels or architectures, you need
to adjust those variables accordingly. After that you can build curl like this:
./configure --host aarch64-linux-android --with-pic --disable-shared