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/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.
     """