summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-07-12 16:05:28 -0400
committerNick Mathewson <nickm@torproject.org>2015-07-12 16:05:39 -0400
commit014f860205abfbbc2e7fe6afdaad2e77b631ed48 (patch)
tree5502111cf0d2c0046cb13a07ef94a6b741357c30
parent24f056c25d80029267e7b31f1b9190f2313e36c0 (diff)
downloadtor-014f860205abfbbc2e7fe6afdaad2e77b631ed48.tar.gz
tor-014f860205abfbbc2e7fe6afdaad2e77b631ed48.zip
Arma moved a paren into a better, but not grammatical, place. Fix that.
According to all the usage guides I have, parentheses should contain the close-of-sentence punctuation only when the whole sentence is in parentheses. So you would write this sentence like this (because it's correct). (Does that make sense?)
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 981454bced..30344fa3cd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,7 +9,7 @@ Changes in version 0.2.6.10 - 2015-07-14
- Stop refusing to store updated hidden service descriptors on a
client. This reverts commit 9407040c59218 (which indeed fixed bug
14219, but introduced a major hidden service reachability
- regression detailed in bug 16381.) This is a temporary fix since we
+ regression detailed in bug 16381). This is a temporary fix since we
can live with the minor issue in bug 14219 (it just results in
some load on the network) but the regression of 16381 is too much
of a setback. First-round fix for bug 16381; bugfix on 0.2.6.3-alpha.