diff options
author | Dimitris Apostolou <dimitris.apostolou@icloud.com> | 2022-12-13 18:46:07 +0200 |
---|---|---|
committer | Dimitris Apostolou <dimitris.apostolou@icloud.com> | 2022-12-16 08:09:04 +0200 |
commit | 1da9dec3482aa98361d02be050097c5eb77f0db5 (patch) | |
tree | 7d89508879b552e2c1681b3f834c52ea84396bdf /doc/HACKING/ReleasingTor.md | |
parent | f0f32c17343494111104ee47dd0dad6a75d0091a (diff) | |
download | tor-1da9dec3482aa98361d02be050097c5eb77f0db5.tar.gz tor-1da9dec3482aa98361d02be050097c5eb77f0db5.zip |
Fix typos
Diffstat (limited to 'doc/HACKING/ReleasingTor.md')
-rw-r--r-- | doc/HACKING/ReleasingTor.md | 2 |
1 files changed, 1 insertions, 1 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. |