diff --git a/ssh_utilities/remote/remote.py b/ssh_utilities/remote/remote.py index 2534d7b..68ccfba 100644 --- a/ssh_utilities/remote/remote.py +++ b/ssh_utilities/remote/remote.py @@ -119,7 +119,7 @@ def __init__(self, address: str, username: str, lprnt(msg) log.info(msg.replace(C, "").replace(R, "")) - msg = (f"{RED}When running an executale on server always make " + msg = (f"{RED}When running an executable on server always make " f"sure that full path is specified!!!\n") lprnt(msg)