aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2018-07-12 21:12:35 -0400
committerRoger Dingledine <arma@torproject.org>2018-07-12 21:12:35 -0400
commitca56c2c7c556d7b1e4504cf76fd2c4dd770063fb (patch)
tree69d33d23642261c4d855f2aabb14cee0638ced64
parent7b77e075ebde834b0a66d6a82397be7c92f013b8 (diff)
downloadtor-ca56c2c7c556d7b1e4504cf76fd2c4dd770063fb.tar.gz
tor-ca56c2c7c556d7b1e4504cf76fd2c4dd770063fb.zip
fix typo
-rw-r--r--ChangeLog4
-rw-r--r--ReleaseNotes2
2 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 9877aeee2f..696031e190 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -326,7 +326,7 @@ Changes in version 0.3.3.6 - 2018-05-22
Fixes bug 26069; bugfix on 0.3.0.1-alpha.
o Minor bugfixes (relay, crash, backport from 0.3.4.1-alpha):
- - Avoid a crash when running with DirPort set but ORPort tuned off.
+ - Avoid a crash when running with DirPort set but ORPort turned off.
Fixes a case of bug 23693; bugfix on 0.3.1.1-alpha.
o Documentation (backport from 0.3.4.1-alpha):
@@ -629,7 +629,7 @@ Changes in version 0.3.4.1-alpha - 2018-05-17
here.) Fixes bug 24910; bugfix on 0.2.4.17-rc.
o Minor bugfixes (relay, crash):
- - Avoid a crash when running with DirPort set but ORPort tuned off.
+ - Avoid a crash when running with DirPort set but ORPort turned off.
Fixes a case of bug 23693; bugfix on 0.3.1.1-alpha.
o Minor bugfixes (restart-in-process):
diff --git a/ReleaseNotes b/ReleaseNotes
index 8a38289c2c..5de84d63dd 100644
--- a/ReleaseNotes
+++ b/ReleaseNotes
@@ -562,7 +562,7 @@ Changes in version 0.3.3.6 - 2018-05-22
hop. Fixes bug 23100; bugfix on 0.2.2.2-alpha.
o Minor bugfixes (relay, crash, backport from 0.3.4.1-alpha):
- - Avoid a crash when running with DirPort set but ORPort tuned off.
+ - Avoid a crash when running with DirPort set but ORPort turned off.
Fixes a case of bug 23693; bugfix on 0.3.1.1-alpha.
o Minor bugfixes (Rust FFI):