1
0
mirror of https://github.com/calebstewart/pwncat.git synced 2024-11-27 19:04:15 +01:00

Merge pull request #186 from zCri/master

Typo (avialable)
This commit is contained in:
Caleb Stewart 2021-09-18 23:43:34 -04:00 committed by GitHub
commit 82fbe02fed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -709,7 +709,7 @@ class Linux(Platform):
continue
break
else:
raise PlatformError("no avialable pty methods")
raise PlatformError("no available pty methods")
# When starting a pty, history is sometimes re-enabled
self.disable_history()