aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDimitris Apostolou <dimitris.apostolou@icloud.com>2022-12-13 18:46:07 +0200
committerDimitris Apostolou <dimitris.apostolou@icloud.com>2022-12-16 08:09:04 +0200
commit1da9dec3482aa98361d02be050097c5eb77f0db5 (patch)
tree7d89508879b552e2c1681b3f834c52ea84396bdf /doc
parentf0f32c17343494111104ee47dd0dad6a75d0091a (diff)
downloadtor-1da9dec3482aa98361d02be050097c5eb77f0db5.tar.gz
tor-1da9dec3482aa98361d02be050097c5eb77f0db5.zip
Fix typos
Diffstat (limited to 'doc')
-rw-r--r--doc/HACKING/ReleasingTor.md2
-rw-r--r--doc/HACKING/WritingTests.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/HACKING/ReleasingTor.md b/doc/HACKING/ReleasingTor.md
index 6422d84891..8367bf6c51 100644
--- a/doc/HACKING/ReleasingTor.md
+++ b/doc/HACKING/ReleasingTor.md
@@ -76,7 +76,7 @@ Steps are:
1. Run `./build.sh` which will download everything you need, including the
latest tarballs from the release CI, and auto-commit the signatures if
- the checksum match. You will need to confim the commits.
+ the checksum match. You will need to confirm the commits.
2. If all is good, `git push origin main` your signatures.
diff --git a/doc/HACKING/WritingTests.md b/doc/HACKING/WritingTests.md
index e1497a77c2..84f5f7f361 100644
--- a/doc/HACKING/WritingTests.md
+++ b/doc/HACKING/WritingTests.md
@@ -336,7 +336,7 @@ glass-box one is one you implement while looking at how the function is
implemented.
In either case, make sure to consider common cases *and* edge cases; success
-cases and failure csaes.
+cases and failure cases.
For example, consider testing this function: