Fix typo in code documentation

Change-Id: Ib2f0023657ce4f9f8feddfac772c0ff53e88e50b
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/extended/code_update/test_field_mode.robot b/extended/code_update/test_field_mode.robot
index 42bdcb3..47bd16b 100644
--- a/extended/code_update/test_field_mode.robot
+++ b/extended/code_update/test_field_mode.robot
@@ -39,7 +39,7 @@
     Enable Field Mode And Verify Unmount
 
 
-Attempt To Disable Field Mode Via REST And Veify
+Attempt To Disable Field Mode Via REST And Verify
     [Documentation]  Attempt to disable field mode with REST and verify that
     ...              it remains enabled.
     [Tags]  Attempt_To_Disable_Field_Mode_Via_REST
diff --git a/extended/test_bmc_upload_stability.robot b/extended/test_bmc_upload_stability.robot
index d090d51..97fd5e3 100755
--- a/extended/test_bmc_upload_stability.robot
+++ b/extended/test_bmc_upload_stability.robot
@@ -8,7 +8,7 @@
 # Test Parameters:
 # OPENBMC_HOST        The BMC host name or IP address.
 # LOOPS               The number of times to loop the test.
-#                     Defaule value for LOOPS is 1.
+#                     Default value for LOOPS is 1.
 
 
 Library            OperatingSystem
diff --git a/gui/gui_test/access_control/test_obmc_gui_local_users.robot b/gui/gui_test/access_control/test_obmc_gui_local_users.robot
index 8e185e7..291ef27 100644
--- a/gui/gui_test/access_control/test_obmc_gui_local_users.robot
+++ b/gui/gui_test/access_control/test_obmc_gui_local_users.robot
@@ -96,7 +96,7 @@
 
 
 Verify User Access Privilege
-    [Documentation]  Create a new user with a priviledge and verify that user is created.
+    [Documentation]  Create a new user with a privilege and verify that user is created.
     [Tags]  Verify_User_Access_Privilege
     [Template]  Create User And Verify
 
diff --git a/gui/lib/gui_resource.robot b/gui/lib/gui_resource.robot
index f45c19a..0331cc1 100644
--- a/gui/lib/gui_resource.robot
+++ b/gui/lib/gui_resource.robot
@@ -11,7 +11,7 @@
 *** Variables ***
 ${obmc_gui_url}              https://${OPENBMC_HOST}
 
-# Default GUI broswer and mode is set to "Firefox" and "headless"
+# Default GUI browser and mode is set to "Firefox" and "headless"
 # respectively here.
 ${GUI_BROWSER}               ff
 ${GUI_MODE}                  headless
diff --git a/gui/lib/resource.robot b/gui/lib/resource.robot
index 55324f8..940d53b 100644
--- a/gui/lib/resource.robot
+++ b/gui/lib/resource.robot
@@ -29,7 +29,7 @@
 ${obmc_PowerRunning_state}   Running
 ${obmc_PowerStandby_state}   Standby
 
-# Default GUI broswer and mode is set to "Firefox" and "headless"
+# Default GUI browser and mode is set to "Firefox" and "headless"
 # respectively here.
 ${GUI_BROWSER}               ff
 ${GUI_MODE}                  headless
diff --git a/security/test_bmc_expire_password.robot b/security/test_bmc_expire_password.robot
index 9ef5c01..d2d4deb 100644
--- a/security/test_bmc_expire_password.robot
+++ b/security/test_bmc_expire_password.robot
@@ -7,7 +7,7 @@
 Library           ../lib/bmc_ssh_utils.py
 Library           SSHLibrary
 
-Test Setup       Set Accont Lockout Threshold
+Test Setup       Set Account Lockout Threshold
 
 *** Variables ***
 
@@ -152,7 +152,7 @@
 Verify Maximum Failed Attempts And Check Root User Account Locked
     [Documentation]  Verify maximum failed attempts and locks out root user account.
     [Tags]  Verify_Maximum_Failed_Attempts_And_Check_Root_User_Account_Locked
-    [Setup]   Set Accont Lockout Threshold  account_lockout_threshold=${5}
+    [Setup]   Set Account Lockout Threshold  account_lockout_threshold=${5}
 
     # Make maximum failed login attempts.
     Repeat Keyword  ${5} times
@@ -200,7 +200,7 @@
 
 *** Keywords ***
 
-Set Accont Lockout Threshold
+Set Account Lockout Threshold
    [Documentation]  Set user account lockout threshold.
    [Arguments]  ${account_lockout_threshold}=${0}
 
@@ -228,7 +228,7 @@
     Redfish.Login
     Wait Until Keyword Succeeds  1 min  10 sec  Restore Default Password For Root User
     Redfish.Logout
-    Set Accont Lockout Threshold  account_lockout_threshold=${5}
+    Set Account Lockout Threshold  account_lockout_threshold=${5}
     FFDC On Test Case Fail
 
 
diff --git a/xcat/test_xcat_group.robot b/xcat/test_xcat_group.robot
index 6aad3ce..a82795f 100644
--- a/xcat/test_xcat_group.robot
+++ b/xcat/test_xcat_group.robot
@@ -118,7 +118,7 @@
 
     # Get the power status of the node repeatedly.
     # By default it gets power status 1000 times.
-    # It bascially stress the BMC node and test REST implementation
+    # It basically stress the BMC node and test REST implementation
     # of the BMC node
 
     FOR  ${index}  IN RANGE  1  ${NUM_POWER_STATUS_CHECKS}