summaryrefslogtreecommitdiff
path: root/paramiko/kex_gss.py
diff options
context:
space:
mode:
authorjames mike dupont <jamesmikedupont@gmail.com>2017-01-19 03:59:30 -0500
committerJeff Forcier <jeff@bitprophet.org>2017-01-24 09:16:25 -0800
commit208922af5a2be81d7bae2b9e2e4a3475b535593c (patch)
tree5f2a6f7786857c33fe71bd26e02da82287457954 /paramiko/kex_gss.py
parentec34b865fe6791a4929888c29261957054424a08 (diff)
downloadparamiko-208922af5a2be81d7bae2b9e2e4a3475b535593c.tar.gz
untie agian!
Diffstat (limited to 'paramiko/kex_gss.py')
-rw-r--r--paramiko/kex_gss.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/paramiko/kex_gss.py b/paramiko/kex_gss.py
index 69969f8a..e21d55b9 100644
--- a/paramiko/kex_gss.py
+++ b/paramiko/kex_gss.py
@@ -104,7 +104,7 @@ class KexGSSGroup1(object):
"""
Parse the next packet.
- :param char ptype: The type of the incomming packet
+ :param char ptype: The type of the incoming packet
:param `.Message` m: The paket content
"""
if self.transport.server_mode and (ptype == MSG_KEXGSS_INIT):
@@ -335,7 +335,7 @@ class KexGSSGex(object):
"""
Parse the next packet.
- :param char ptype: The type of the incomming packet
+ :param char ptype: The type of the incoming packet
:param `.Message` m: The paket content
"""
if ptype == MSG_KEXGSS_GROUPREQ: