Fixed typo in variable name

   Changes:
        - Verify System Section In Network Setting page

Change-Id: I81eb06f1df85d79e7c0d1425ceb74d89972fb28d
Signed-off-by: Anves Kumar rayankula <anvesr77@in.ibm.com>
diff --git a/gui/gui_test/server_config/test_obmc_gui_network_settings.robot b/gui/gui_test/server_config/test_obmc_gui_network_settings.robot
index 0d5dd2c..f62b3ae 100644
--- a/gui/gui_test/server_config/test_obmc_gui_network_settings.robot
+++ b/gui/gui_test/server_config/test_obmc_gui_network_settings.robot
@@ -111,7 +111,7 @@
     [Tags]  Verify_System_Section
 
     ${host_name}=  Redfish_Utils.Get Attribute  ${REDFISH_NW_PROTOCOL_URI}  HostName
-    Textfield Value Should Be  ${xpath_hostname_input}  ${hos_name}
+    Textfield Value Should Be  ${xpath_hostname_input}  ${host_name}
 
     ${mac_address}=  Get BMC MAC Address
     Textfield Value Should Be   ${xpath_mac_address_input}  ${mac_address}