Blame 0068-95ssh-client-module-setup.sh-spell-corrections.patch
|
Harald Hoyer |
8e216f |
From 92dc0adca2eaeedf6937dc9c6897a07dc1939223 Mon Sep 17 00:00:00 2001
|
|
Harald Hoyer |
8e216f |
From: Harald Hoyer <harald@redhat.com>
|
|
Harald Hoyer |
8e216f |
Date: Wed, 25 Jan 2012 09:59:12 +0100
|
|
Harald Hoyer |
8e216f |
Subject: [PATCH] 95ssh-client/module-setup.sh: spell corrections
|
|
Harald Hoyer |
8e216f |
|
|
Harald Hoyer |
8e216f |
---
|
|
Harald Hoyer |
8e216f |
modules.d/95ssh-client/module-setup.sh | 4 ++--
|
|
Harald Hoyer |
8e216f |
1 files changed, 2 insertions(+), 2 deletions(-)
|
|
Harald Hoyer |
8e216f |
|
|
Harald Hoyer |
8e216f |
diff --git a/modules.d/95ssh-client/module-setup.sh b/modules.d/95ssh-client/module-setup.sh
|
|
Harald Hoyer |
8e216f |
index 3b84900..3aa9bd2 100644
|
|
Harald Hoyer |
8e216f |
--- a/modules.d/95ssh-client/module-setup.sh
|
|
Harald Hoyer |
8e216f |
+++ b/modules.d/95ssh-client/module-setup.sh
|
|
Harald Hoyer |
8e216f |
@@ -15,11 +15,11 @@ check() {
|
|
Harald Hoyer |
8e216f |
return 1
|
|
Harald Hoyer |
8e216f |
}
|
|
Harald Hoyer |
8e216f |
[[ ! $cttyhack = yes ]] && {
|
|
Harald Hoyer |
8e216f |
- dinfo "--ctty is not used, you should make sure the machine is knowhost and copy the sshkey to remote machine!"
|
|
Harald Hoyer |
8e216f |
+ dinfo "--ctty is not used, you should make sure the machine is a knownhost and copy the sshkey to remote machine!"
|
|
Harald Hoyer |
8e216f |
}
|
|
Harald Hoyer |
8e216f |
else
|
|
Harald Hoyer |
8e216f |
[[ ! $cttyhack = yes ]] && {
|
|
Harald Hoyer |
8e216f |
- derror "ssh interactive mode need option --ctty!"
|
|
Harald Hoyer |
8e216f |
+ derror "ssh interactive mode needs option --ctty!"
|
|
Harald Hoyer |
8e216f |
return 1
|
|
Harald Hoyer |
8e216f |
}
|
|
Harald Hoyer |
8e216f |
fi
|