Fix Tag and typo in documentation

Changes:
    - + gui/gui_test/operations_menu/test_host_console_sub_menu.robot
     W: 41, 0: Too many trailing blank lines (TrailingBlankLines)
    - Tag mismatch

Change-Id: Ibed1b938ea7a63c35174293d0c4d98f976cc9521
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/ipmi/test_ipmi_general.robot b/ipmi/test_ipmi_general.robot
index 5418118..313eb79 100644
--- a/ipmi/test_ipmi_general.robot
+++ b/ipmi/test_ipmi_general.robot
@@ -317,7 +317,7 @@
     ${systems}=  Redfish_Utils.Get Member List  /redfish/v1/Systems
     FOR  ${system}  IN  @{systems}
         ${led_value}=  Redfish.Get Attribute  ${system}  IndicatorLED
-        # Get attribute return None if IndicatorLED doesnt exist in the URI.
+        # Get attribute return None if IndicatorLED does not exist in the URI.
         Continue For Loop If  '${led_value}' == 'None'
         Should Be True  '${led_value}' == '${expected_state}'
     END