From 0003b706ba2b1d80f56e70626dc3fda98f0c5f27 Mon Sep 17 00:00:00 2001
From: Nick Mathewson <nickm@torproject.org>
Date: Tue, 11 Jan 2022 09:42:52 -0500
Subject: [PATCH] Release.md: Small fixes

---
 doc/Release.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/doc/Release.md b/doc/Release.md
index 417a810073..2957f14462 100644
--- a/doc/Release.md
+++ b/doc/Release.md
@@ -5,7 +5,7 @@
   I made the toplevel changelog for 0.0.1 by reading 'git shortlog
   arti-v0.0.0..' and summarizing the best stuff.
 
-  There is a ./maint/thanks.sh script to generate the acknowledgements.
+  There is a ./maint/thanks.sh script to generate the acknowledgments.
 
 2. Make sure we're up-to-date.  Try to run:
   * cargo update
@@ -35,6 +35,8 @@
 
    ; for crate in $(./maint/list_crates.py); do cargo publish -p "$crate"; echo "Sleeping"; sleep 30; done
 
-    (The "sleep 30" is probably too long, but some delay seems to be necessary to give crates.io to publish each crate before the next crate tries to download it.)
+    (The "sleep 30" is probably too long, but some delay seems to be
+    necessary to give crates.io time to publish each crate before the next
+    crate tries to download it.)
 
 7. We tag the repository with arti-v0.0.1
-- 
GitLab