Fix typo and tag mismatch in the code

Changes:
    - Corrected typo and align line.
    - Corrected Tag and test case mismatch.

Tested:
    - NA

Change-Id: I136a6a5c95a9d40b10d77dcb6743bf8d06e13e2d
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/gui/lib/gui_resource.robot b/gui/lib/gui_resource.robot
index ad133b4..da0cb56 100644
--- a/gui/lib/gui_resource.robot
+++ b/gui/lib/gui_resource.robot
@@ -290,13 +290,14 @@
 
 
 Create Readonly User And Login To GUI
-    [Documentation]   Logout current GUI sessions and Created Readonly_user via Redfish
-    ...               and Login BMC GUI with Readonly user
+    [Documentation]   Logout current GUI sessions and Created Readonly_user
+    ...               via Redfish and Login BMC GUI with Readonly user
 
     # Logout current GUI session.
     Logout GUI
 
-    # Created readonly_user via redfish and login BMC GUI with readonly user to perfrom test.
+    # Created readonly_user via redfish and login BMC GUI with readonly
+    # user to perform test.
     Redfish.Login
     Redfish Create User  readonly_user  ${OPENBMC_PASSWORD}  ReadOnly  ${True}
     Login GUI  readonly_user  ${OPENBMC_PASSWORD}