2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-21 11:12:04 +00:00

fix typo in informational message

This commit is contained in:
Thilo Maurer 2018-08-09 17:25:59 +02:00
parent a87db132b7
commit 2db3d143c1
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

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