summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordluyer <53582923+dluyer@users.noreply.github.com>2020-01-16 12:17:22 -0800
committerGitHub <noreply@github.com>2020-01-16 12:17:22 -0800
commit6977ee3791764f4dd7f32380c4e96cb8216fb573 (patch)
treed1e2f8526c4f4121dbc88c77bb6153fdabb52c4e
parente21bae1d2b5a4740a08529862cbe91c0e8738e56 (diff)
parentaad1759d0e5704aadaab9879bbc88faa4472d572 (diff)
downloadpexpect-git-6977ee3791764f4dd7f32380c4e96cb8216fb573.tar.gz
Merge pull request #615 from pexpect/dluyer-patch-1
Typo fixes in doc
-rw-r--r--doc/api/pxssh.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/pxssh.rst b/doc/api/pxssh.rst
index 9ec42ba..86b4cf0 100644
--- a/doc/api/pxssh.rst
+++ b/doc/api/pxssh.rst
@@ -11,8 +11,8 @@ pxssh - control an SSH session
doesn't have the extra complexity of running a local subprocess.
RedExpect is very similar to pxssh except that it reads and writes directly
into an SSH session all done via python with all the SSH protocol in C,
- addtionally it is written for communicating to SSH servers that are not just
- linux machines. Meaning that it is extremely fast in comparison to Paramiko
+ additionally it is written for communicating to SSH servers that are not just
+ Linux machines. Meaning that it is extremely fast in comparison to Paramiko
and already has the familiar expect API. In most cases RedExpect and pxssh
code should be fairly interchangable.