diff options
author | George Kadianakis <desnacked@riseup.net> | 2019-06-05 14:56:28 +0300 |
---|---|---|
committer | George Kadianakis <desnacked@riseup.net> | 2019-06-05 14:56:28 +0300 |
commit | 8cb6b2b9ab74d187e4839d298fbce06dafeb33f0 (patch) | |
tree | afe3237ae139ba1123ff214adb415f71dcd8f196 | |
parent | 99bf3d8e145b1e68ababa06bd233c2aaba10da95 (diff) | |
download | tor-8cb6b2b9ab74d187e4839d298fbce06dafeb33f0.tar.gz tor-8cb6b2b9ab74d187e4839d298fbce06dafeb33f0.zip |
Fix typo in #29670 changes file.
-rw-r--r-- | changes/bug29670 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/changes/bug29670 b/changes/bug29670 index 00b0c33327..288bbbf62f 100644 --- a/changes/bug29670 +++ b/changes/bug29670 @@ -1,4 +1,4 @@ o Minor bugfixes (configuration, proxies): - Fix a bug that prevented us from supporting SOCKS5 proxies that want - authentication along with configued (but unused!) + authentication along with configured (but unused!) ClientTransportPlugins. Fixes bug 29670; bugfix on 0.2.6.1-alpha. |