95ssh-client/module-setup.sh: spell corrections
authorHarald Hoyer <harald@redhat.com>
Wed, 25 Jan 2012 08:59:12 +0000 (09:59 +0100)
committerHarald Hoyer <harald@redhat.com>
Wed, 25 Jan 2012 08:59:12 +0000 (09:59 +0100)
modules.d/95ssh-client/module-setup.sh

index 3b84900..3aa9bd2 100644 (file)
@@ -15,11 +15,11 @@ check() {
             return 1
         }
         [[ ! $cttyhack = yes ]] && {
-            dinfo "--ctty is not used, you should make sure the machine is knowhost and copy the sshkey to remote machine!"
+            dinfo "--ctty is not used, you should make sure the machine is a knownhost and copy the sshkey to remote machine!"
         }
     else
         [[ ! $cttyhack = yes ]] && {
-            derror "ssh interactive mode need option --ctty!"
+            derror "ssh interactive mode needs option --ctty!"
             return 1
         }
     fi