]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
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 3b849009b0cf15a2313dc559f2fbb282c1a78e45..3aa9bd226bef38b26efe36ae77fcc569c17f89d1 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