From: Roger Dingledine Date: Mon, 7 Oct 2019 04:48:11 +0000 (-0400) Subject: fix typo in how-to-review guidelines X-Git-Tag: tor-0.4.2.2-alpha^0 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aa56465934da31eeab79376a2ab690c5f28b4aa0;p=thirdparty%2Ftor.git fix typo in how-to-review guidelines --- diff --git a/doc/HACKING/HowToReview.md b/doc/HACKING/HowToReview.md index 2d1f3d1c9e..2325e70175 100644 --- a/doc/HACKING/HowToReview.md +++ b/doc/HACKING/HowToReview.md @@ -63,7 +63,7 @@ Let's look at the code! Let's look at the documentation! -------------------------------- -- Does the documentation confirm to CodingStandards.txt? +- Does the documentation conform to CodingStandards.txt? - Does it make sense?