diff --git a/pkgs/clan-cli/clan_cli/tests/sshd.py b/pkgs/clan-cli/clan_cli/tests/sshd.py index d92f664c4..d40b06568 100644 --- a/pkgs/clan-cli/clan_cli/tests/sshd.py +++ b/pkgs/clan-cli/clan_cli/tests/sshd.py @@ -40,7 +40,7 @@ class SshdConfig: @pytest.fixture(scope="session") def sshd_config(test_root: Path) -> Iterator[SshdConfig]: - # FIXME, if any parent of the sshd directory is world-writable than sshd will refuse it. + # FIXME, if any parent of the sshd directory is world-writable then sshd will refuse it. # we use .direnv instead since it's already in .gitignore with TemporaryDirectory(prefix="sshd-") as _dir: tmpdir = Path(_dir)