summaryrefslogtreecommitdiff
path: root/testsuite/ssh-basic.test
diff options
context:
space:
mode:
authorWayne Davison <wayne@opencoder.net>2020-04-15 17:42:23 -0700
committerWayne Davison <wayne@opencoder.net>2020-04-15 17:42:23 -0700
commitd29702134ab9e508e88d789a1cefeed2dbb221ec (patch)
treeb2a96c38fc0ada1443a4aaafd3b3b26d2e789e94 /testsuite/ssh-basic.test
parent1c82a1e1e54eb585cd37c875604193f5b977d24e (diff)
downloadrsync-d29702134ab9e508e88d789a1cefeed2dbb221ec.tar.gz
Spelling fixes from a Fossies run done by Jens.
Diffstat (limited to 'testsuite/ssh-basic.test')
-rw-r--r--testsuite/ssh-basic.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/ssh-basic.test b/testsuite/ssh-basic.test
index c91505b8..4bcbdfe9 100644
--- a/testsuite/ssh-basic.test
+++ b/testsuite/ssh-basic.test
@@ -19,7 +19,7 @@ if test x"$rsync_enable_ssh_tests" = xyes; then
fi
if [ "`$SSH -o'BatchMode yes' localhost echo yes`" != "yes" ]; then
- test_skipped "Skipping SSH tests because ssh conection to localhost not authorised"
+ test_skipped "Skipping SSH tests because ssh connection to localhost not authorised"
fi
echo "Using remote shell: $SSH"