28 lines
1.1 KiB
Diff
28 lines
1.1 KiB
Diff
|
From 92dc0adca2eaeedf6937dc9c6897a07dc1939223 Mon Sep 17 00:00:00 2001
|
||
|
From: Harald Hoyer <harald@redhat.com>
|
||
|
Date: Wed, 25 Jan 2012 09:59:12 +0100
|
||
|
Subject: [PATCH] 95ssh-client/module-setup.sh: spell corrections
|
||
|
|
||
|
---
|
||
|
modules.d/95ssh-client/module-setup.sh | 4 ++--
|
||
|
1 files changed, 2 insertions(+), 2 deletions(-)
|
||
|
|
||
|
diff --git a/modules.d/95ssh-client/module-setup.sh b/modules.d/95ssh-client/module-setup.sh
|
||
|
index 3b84900..3aa9bd2 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
|