Skip to content
Snippets Groups Projects
Commit 225accd6 authored by eta's avatar eta
Browse files

Merge branch 'typos' into 'main'

Fix typos

See merge request tpo/core/arti!461
parents ac8d444a ee78bd7f
No related branches found
No related tags found
No related merge requests found
......@@ -165,8 +165,8 @@ started.
This code is licensed under either of
* [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)
* [MIT license](http://opensource.org/licenses/MIT)
* [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0)
* [MIT license](https://opensource.org/licenses/MIT)
at your option.
......
......@@ -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.
......
......@@ -11,14 +11,14 @@ Arti is also the name of the software produced by this project.
## What is the status of Arti today?
As of March 2022: Arti is ready for experimental use by developers
interesting in embedding Tor support in their projects. Arti can run as
interested in embedding Tor support in their projects. Arti can run as
a simple Tor client and send anonymized traffic over the network, but it
has no support for running as a relay or for using onion services.
Before Arti is ready for production use, we need to make sure that it
has all the important security features from the C Tor implementation; we
need to improve its performance; and we need to improve its APIs based
on user requirements. We hope to have this done for our
on user requirements. We hope to have this done for
[our 1.0.0 milestone](https://gitlab.torproject.org/tpo/core/arti/-/milestones/8#tab-issues) in September 2022.
(After that, our 1.1 milestone will focus on anticensorship work,
......
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