Fix typo in test code and documentation

Changes:
    - Fix spelling mistake in code.

Tested:
    - Tested using codespell tool.

Change-Id: I9f74507049f936383bfc08cb335bb1ed9964c646
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/redfish/systems/test_led_indicator_asserted.robot b/redfish/systems/test_led_indicator_asserted.robot
index 8243967..535ae47 100755
--- a/redfish/systems/test_led_indicator_asserted.robot
+++ b/redfish/systems/test_led_indicator_asserted.robot
@@ -83,7 +83,7 @@
     [Documentation]  Verify the Location Indicator Active status to true or false.
     [Tags]  Verify_Location_Indicator_Active_status
     [setup]     Set Suite LED Indicator Initial Value
-    [Teardown]  Set Intial Value  ${value}
+    [Teardown]  Set Initial Value  ${value}
 
 
    Set And Verify LED Location Indicator Active  ${set_value}
@@ -254,7 +254,7 @@
     Should Be Equal As Strings  ${value}    ${set_value}
 
 
-Set Intial Value
+Set Initial Value
     [Documentation]  setting back Initial value.
     [Arguments]  ${value}