Fix code typo in the repository

Changes:
    - Corrected spelling mistake in the repository

Tested:
    - NA

Change-Id: Ic721bbb2efc0f9f5a1895e3f5994fdb38fe310cd
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/lib/bmc_redfish_utils.robot b/lib/bmc_redfish_utils.robot
index c8e9ac4..6cb7526 100644
--- a/lib/bmc_redfish_utils.robot
+++ b/lib/bmc_redfish_utils.robot
@@ -280,7 +280,7 @@
     [Arguments]  ${users}  ${force}=${False}
 
     # Description of argument(s):
-    # users    Dictionary of roles and user credentails to be created.
+    # users    Dictionary of roles and user credentials to be created.
     #          Ex:  {'Administrator': '[admin_user, TestPwd123]', 'Operator': '[operator_user, TestPwd123]'}
     # force    Delete given user account if already exists when force is True.
 
diff --git a/lib/energy_scale_utils.robot b/lib/energy_scale_utils.robot
index 9397520..c6bd94f 100755
--- a/lib/energy_scale_utils.robot
+++ b/lib/energy_scale_utils.robot
@@ -145,7 +145,7 @@
     Write Attribute   ${CONTROL_HOST_URI}power_cap  PowerCapEnable
     ...  data=${data}
     Return From Keyword If  ${verify} == ${False}
-    ${setting}=  Get DCMI Power Acivation Via REST
+    ${setting}=  Get DCMI Power Activation Via REST
     Should Be True  ${setting} == ${1}
     ...  msg=Failed to activate power limiting via REST.
 
@@ -161,12 +161,12 @@
     Write Attribute   ${CONTROL_HOST_URI}power_cap  PowerCapEnable
     ...  data=${data}
     Return From Keyword If  ${verify} == ${False}
-    ${setting}=  Get DCMI Power Acivation Via REST
+    ${setting}=  Get DCMI Power Activation Via REST
     Should Be True  ${setting} == ${0}
     ...  msg=Failed to deactivate power limiting via REST.
 
 
-Get DCMI Power Acivation Via REST
+Get DCMI Power Activation Via REST
     [Documentation]  Return the system's current DCMI power activation
     ...  state setting using REST interface.
 
diff --git a/lib/ipmi_client.py b/lib/ipmi_client.py
index 243df4e..6fffe2c 100644
--- a/lib/ipmi_client.py
+++ b/lib/ipmi_client.py
@@ -91,7 +91,7 @@
 
 def verify_ipmi_user_parm_accepted():
     r"""
-    Deterimine whether the OBMC accepts the '-U' ipmitool option and adjust
+    Determine whether the OBMC accepts the '-U' ipmitool option and adjust
     the global ipmi_required_options accordingly.
     """
 
diff --git a/lib/os_utilities.robot b/lib/os_utilities.robot
index 2b44104..d224d6f 100755
--- a/lib/os_utilities.robot
+++ b/lib/os_utilities.robot
@@ -543,7 +543,7 @@
     [Documentation]  Create a JSON inventory file, and make a YAML copy.
     [Arguments]  ${json_file_path}
     # Description of argument:
-    # json_file_path  Where the inventory file is wrtten to.
+    # json_file_path  Where the inventory file is written to.
 
     Login To OS
     Compile Inventory JSON
diff --git a/lib/redfish_code_update_utils.robot b/lib/redfish_code_update_utils.robot
index 96dd265..a2e1235 100644
--- a/lib/redfish_code_update_utils.robot
+++ b/lib/redfish_code_update_utils.robot
@@ -118,7 +118,7 @@
     [Documentation]  Return the software inventory record that matches the given software version.
     [Arguments]  ${software_version}
 
-    # If no matchine record can be found, return ${EMPTY}.
+    # If no matching record can be found, return ${EMPTY}.
 
     # Example of returned data:
     # software_inventory_record: