From a295351d5f0fb4a9575349cd68efd0a70ea6ce07 Mon Sep 17 00:00:00 2001 From: ligc Date: Tue, 28 Sep 2010 02:47:19 +0000 Subject: [PATCH] fix some typos in message git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7692 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/DSHCLI.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/perl-xCAT/xCAT/DSHCLI.pm b/perl-xCAT/xCAT/DSHCLI.pm index 41e8dd158..5d68fa282 100644 --- a/perl-xCAT/xCAT/DSHCLI.pm +++ b/perl-xCAT/xCAT/DSHCLI.pm @@ -3716,7 +3716,7 @@ sub parse_and_run_dsh { my $rsp = (); $rsp->{data}->[0] = - "User password for ssh key exchange has not been supplied./n Cannot complete the -K command./n"; + "User password for ssh key exchange has not been supplied.\n Cannot complete the -K command\n"; xCAT::MsgUtils->message("E", $rsp, $::CALLBACK, 1); return; @@ -3726,7 +3726,7 @@ sub parse_and_run_dsh { my $rsp = (); $rsp->{data}->[0] = - "Current Userid has not been supplied./n Cannot complete the -K command./n"; + "Current Userid has not been supplied.\n Cannot complete the -K command.\n"; xCAT::MsgUtils->message("E", $rsp, $::CALLBACK, 1); return; @@ -3737,7 +3737,7 @@ sub parse_and_run_dsh { my $rsp = (); $rsp->{data}->[0] = - "Logon Userid has not been supplied./n Cannot complete the -K command./n"; + "Logon Userid has not been supplied.\n Cannot complete the -K command.\n"; xCAT::MsgUtils->message("E", $rsp, $::CALLBACK, 1); return;