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}
diff --git a/redfish/managers/test_bmc_ipv6.robot b/redfish/managers/test_bmc_ipv6.robot
index 6f54b79..e508544 100644
--- a/redfish/managers/test_bmc_ipv6.robot
+++ b/redfish/managers/test_bmc_ipv6.robot
@@ -192,8 +192,9 @@
     Check Coexistence Of Linklocalv6 And Static IPv6
 
 
-Verify IPv6 Linklocal Address Is In Corrrect Format
-    [Documentation]  Verify linklocal address has network part as fe80 and host part as EUI64.
+Verify IPv6 Linklocal Address Is In Correct Format
+    [Documentation]  Verify linklocal address has network part as fe80 and
+    ...  host part as EUI64.
     [Tags]  Verify_IPv6_Linklocal_Address_Is_In_Correct_Format
 
     Check If Linklocal Address Is In Correct Format