Spelling fixes from a Fossies run done by Jens.

This commit is contained in:
Wayne Davison
2020-04-15 17:42:23 -07:00
parent 1c82a1e1e5
commit d29702134a
23 changed files with 39 additions and 39 deletions

View File

@@ -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"