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/gui/gui_test/operations_menu/test_host_console_sub_menu.robot b/gui/gui_test/operations_menu/test_host_console_sub_menu.robot
index c6c2cb2..bcf5fa2 100644
--- a/gui/gui_test/operations_menu/test_host_console_sub_menu.robot
+++ b/gui/gui_test/operations_menu/test_host_console_sub_menu.robot
@@ -38,5 +38,3 @@
     Click Element  ${xpath_operations_menu}
     Click Element  ${xpath_host_console_sub_menu}
     Wait Until Keyword Succeeds  30 sec  10 sec  Location Should Contain  host-console
-
-
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
diff --git a/ipmi/test_ipmi_payload.robot b/ipmi/test_ipmi_payload.robot
index 9d7faa7..7c15009 100644
--- a/ipmi/test_ipmi_payload.robot
+++ b/ipmi/test_ipmi_payload.robot
@@ -130,7 +130,7 @@
 
 Verify Set User Access Payload For Invalid Channel Number
     [Documentation]  Verify set user access payload IPMI command for invalid channel number.
-    [Tags]  Verify_Set_User_Access_Payload_for_Invalid_Channel_Number
+    [Tags]  Verify_Set_User_Access_Payload_For_Invalid_Channel_Number
     [Teardown]  Delete Created User  ${userid}
 
     ${userid}  ${username}=  Create And Verify IPMI User
@@ -405,4 +405,4 @@
     ${raw_cmd}=  Catenate  ${IPMI_RAW_CMD['Payload']['Get_User_Access_Payload'][0]}
     ...  ${channel_number} ${user_id}
 
-    Verify Invalid IPMI Command  ${raw_cmd}  0xcc
\ No newline at end of file
+    Verify Invalid IPMI Command  ${raw_cmd}  0xcc