diff --git a/pwncat/platform/linux.py b/pwncat/platform/linux.py index eed06eb..d46230f 100644 --- a/pwncat/platform/linux.py +++ b/pwncat/platform/linux.py @@ -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()