From ca303919a321261776a63167dac0d15709c095af Mon Sep 17 00:00:00 2001 From: creativezj Date: Tue, 22 Jan 2013 01:56:13 +0000 Subject: [PATCH] fix #211459 wrong message while import node git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14939 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/profilednodes.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/profilednodes.pm b/xCAT-server/lib/xcat/plugins/profilednodes.pm index a7cd0a617..51cfeb2c6 100644 --- a/xCAT-server/lib/xcat/plugins/profilednodes.pm +++ b/xCAT-server/lib/xcat/plugins/profilednodes.pm @@ -1603,7 +1603,7 @@ sub validate_node_entry{ # Check if this chassis is CMM. If it is, must specify slotid if (exists $allcmmchassis{$node_entry{$_}}){ if (not exists $node_entry{"slotid"}){ - $errmsg .= "Specified CMM Chassis must be used with sloid"; + $errmsg .= "Specified CMM Chassis must be used with slotid"; } }else { # If the specific chassis is not CMM chassis, but network is fsp