From fff810ed439683f991a3e23c71bead0ea398d9f6 Mon Sep 17 00:00:00 2001 From: a-kenji Date: Fri, 12 Apr 2024 17:40:54 +0200 Subject: [PATCH] clan-cli: fix typos --- pkgs/clan-cli/clan_cli/ssh/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/clan-cli/clan_cli/ssh/__init__.py b/pkgs/clan-cli/clan_cli/ssh/__init__.py index fb434a2fd..43bfebd00 100644 --- a/pkgs/clan-cli/clan_cli/ssh/__init__.py +++ b/pkgs/clan-cli/clan_cli/ssh/__init__.py @@ -150,9 +150,9 @@ class Host: Creates a Host @host the hostname to connect to via ssh @port the port to connect to via ssh - @forward_agent: wheter to forward ssh agent + @forward_agent: whether to forward ssh agent @command_prefix: string to prefix each line of the command output with, defaults to host - @host_key_check: wether to check ssh host keys + @host_key_check: whether to check ssh host keys @verbose_ssh: Enables verbose logging on ssh connections @meta: meta attributes associated with the host. Those can be accessed in custom functions passed to `run_function` """