Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ThiefMaster committed Jan 1, 2015
1 parent 424ba61 commit 67ae41a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paramiko/_winapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def handle_nonzero_success(result):

class MemoryMap(object):
"""
A memory map object which can have security attributes overrideden.
A memory map object which can have security attributes overridden.
"""
def __init__(self, name, length, security_attributes=None):
self.name = name
Expand Down

0 comments on commit 67ae41a

Please sign in to comment.