Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pettitpeon committed Jul 23, 2023
1 parent 44cf229 commit f4d7fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paramiko/pipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def set(self):
os.write(self._wfd, b"*")
except OSError as e:
if e.errno == 9 and self._closed:
# The pipe was closed, no need to do anythin
# The pipe was closed, no need to do anything
return
raise e

Expand Down

0 comments on commit f4d7fec

Please sign in to comment.