Skip to content
Snippets Groups Projects
Commit 142e57b0 authored by Samanta Navarro's avatar Samanta Navarro
Browse files

Fix typos

Typos found with codespell.
parent ac8d444a
No related branches found
No related tags found
No related merge requests found
......@@ -174,7 +174,7 @@ impl Error {
// cache is serving us bad unparsable stuff, or it could mean that
// for some reason we're unable to parse a real legit document.
//
// If the cache is serving us something unparseable, it might be
// If the cache is serving us something unparsable, it might be
// because the cache doesn't know all the same parsing rules for the
// object that we know. That case might need special handling to
// avoid erroneously avoiding a good cache... especially if the document
......
......@@ -28,7 +28,7 @@ You'll also need to get a NDK (you can skip this step if you already have one in
You can download the NDK 22 [here](https://github.com/android/ndk/wiki/Unsupported-Downloads).
Choose the right NDK for your platform, unzip the archive and set the environment variable `NDK_HOME` to point to your newly installed NDK (you'll need to adjust the path to match your setup).
```sh
$ export NDK_HOME=/<path/to/where/you/unziped>/android-ndk-r22b/
$ export NDK_HOME=/<path/to/where/you/unzipped>/android-ndk-r22b/
```
Install cargo-ndk. It's not technically required, but does make it easier.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment