summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2015-11-05 14:46:29 -0800
committerJeff Forcier <jeff@bitprophet.org>2015-11-05 14:46:29 -0800
commit1fe8c0de7fc6d6dce3b6ece69be10972480dad8f (patch)
tree78e7fb80ee3f394e3c464b25b8d11876fdf75aaa
parent935711b5a17370494a7b2b8b4587f5466badf1e8 (diff)
downloadparamiko-1fe8c0de7fc6d6dce3b6ece69be10972480dad8f.tar.gz
Typo fix
-rw-r--r--sites/www/changelog.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index 304f10a6..9c4ee012 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -113,7 +113,7 @@ Changelog
use of the ``shlex`` module. Thanks to Yan Kalchevskiy.
* :support:`422 backported` Clean up some unused imports. Courtesy of Olle
Lundberg.
-* :support:`421 backported` Modernize threading calls to user newer API. Thanks
+* :support:`421 backported` Modernize threading calls to use newer API. Thanks
to Olle Lundberg.
* :support:`419 backported` Modernize a bunch of the codebase internals to
leverage decorators. Props to ``@beckjake`` for realizing we're no longer on