From: Harald Hoyer Date: Wed, 25 Jan 2012 08:59:12 +0000 (+0100) Subject: 95ssh-client/module-setup.sh: spell corrections X-Git-Tag: 015~43 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=92dc0adca2eaeedf6937dc9c6897a07dc1939223;p=thirdparty%2Fdracut.git 95ssh-client/module-setup.sh: spell corrections --- diff --git a/modules.d/95ssh-client/module-setup.sh b/modules.d/95ssh-client/module-setup.sh index 3b849009b..3aa9bd226 100644 --- a/modules.d/95ssh-client/module-setup.sh +++ b/modules.d/95ssh-client/module-setup.sh @@ -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