Skip to content

Commit

Permalink
Merge pull request #17 from bkerensa/master
Browse files Browse the repository at this point in the history
Fix typos for the win
  • Loading branch information
pykoder committed Mar 11, 2013
2 parents 9e26d09 + 615fb26 commit 79371a0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ Christophe Grosjean <[email protected]>
Cyril Elkaim <[email protected]
Olivier Hervieu <[email protected]>
Marcin Szewczyk <[email protected]>
Benjamin Kerensa <[email protected]>
8 changes: 4 additions & 4 deletions libssh2/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,10 +187,10 @@ def session_method_pref(self, method_type, pref):

def session_methods(self):
"""
Returns dictionnary with the current actives algorithms.
Returns dictionary with the current actives algorithms.
CS keys is Client to Server and SC keys is Server to Client.
@return: dictionnary with actual method negociated
@return: dictionary with actual method negotiated
@rtype: dict
"""
return self._session.session_methods()
Expand Down Expand Up @@ -261,7 +261,7 @@ def startup(self, sock):

def userauth_authenticated(self):
"""
Returns authentification status for the given session.
Returns authentication status for the given session.
@return: non-zero if authenticated or 0 if not
@rtype: int
Expand All @@ -270,7 +270,7 @@ def userauth_authenticated(self):

def userauth_list(self, username):
"""
Lists the authentification methods supported by a server.
Lists the authentication methods supported by a server.
@param username: username which will be used while authenticating
@type username: str
Expand Down

0 comments on commit 79371a0

Please sign in to comment.