commit 7463e885872e92ee32ebcdb271bc4e77ea598a1b Author: Sebastian Hahn sebastian@torproject.org Date: Thu Feb 12 07:59:31 2015 +0100
Fix grammar as pointed out by arma --- docs/en/verifying-signatures.wml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/en/verifying-signatures.wml b/docs/en/verifying-signatures.wml index 8791165..af3e437 100644 --- a/docs/en/verifying-signatures.wml +++ b/docs/en/verifying-signatures.wml @@ -142,7 +142,7 @@ <strong>For Mac OS X users</strong>:<br /> <pre>gpg --verify ~/Desktop/TorBrowser-<version-torbrowserbundleosx32>-osx32_en-US.dmg{.asc*,}</pre>
- <strong>For Linux users</strong> (change 32 by 64 if you have the 64-bit package):<br /> + <strong>For Linux users</strong> (change 32 to 64 if you have the 64-bit package):<br /> <pre>gpg --verify ~/Desktop/tor-browser-linux32-<version-torbrowserbundlelinux32>_en-US.tar.xz{.asc*,}</pre>
<p>The output should say "Good signature": </p>