From 2db3d143c17b0c26649f15bfa8d4d7527c747fd5 Mon Sep 17 00:00:00 2001 From: Thilo Maurer Date: Thu, 9 Aug 2018 17:25:59 +0200 Subject: [PATCH] fix typo in informational message --- xCAT-probe/subcmds/discovery | 2 +- xCAT-server/lib/xcat/plugins/nodediscover.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT-probe/subcmds/discovery b/xCAT-probe/subcmds/discovery index 10c52b10c..87a704ae6 100755 --- a/xCAT-probe/subcmds/discovery +++ b/xCAT-probe/subcmds/discovery @@ -520,7 +520,7 @@ sub do_pre_check { #------------------------------------------ sub check_genesis_file { - my $msg = "Genesis files are avaliable"; + my $msg = "Genesis files are available"; my $rst = 0; my @warn_msg; diff --git a/xCAT-server/lib/xcat/plugins/nodediscover.pm b/xCAT-server/lib/xcat/plugins/nodediscover.pm index 5b226da91..a05a1f598 100644 --- a/xCAT-server/lib/xcat/plugins/nodediscover.pm +++ b/xCAT-server/lib/xcat/plugins/nodediscover.pm @@ -319,7 +319,7 @@ sub process_request { my $hosttag = gethosttag($node, $netn, @ifinfo[1], \%usednames); unless ($hosttag) { my $nettagname = $usednames_for_net{$netn}; - # For nics not in the install network, don't deal with them if not an avaliable hostname get + # For nics not in the install network, don't deal with them if not an available hostname get # In case another nic in install network get a hosttag other than nodename, need to compare the IP address they can convert to if ($nettagname and (inet_aton($nettagname) eq inet_aton($node))) { $hosttag = "$node-$ifinfo[1]";