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]";