*** Keywords ***
 Run BC Health Check With Basic Auth
-     [Documentation]    Runs dmmap details check
+     [Documentation]    Runs dmaap details check
      ${resp}=    Return dmaap details with basic auth    ${BC_HEALTH_CHECK_PATH}
      Should Be Equal As Strings        ${resp.status_code}     200
 
 
 Return dmaap details with basic auth
-     [Documentation]    Runs Bus Controler get details request with basic authentication
+     [Documentation]    Runs Bus Controller get details request with basic authentication
      [Arguments]    ${data_path}
      ${auth}=  Create List     ${GLOBAL_BC_USERNAME}   ${GLOBAL_BC_PASSWORD}
      ${session}=    Create Session      bs      ${BC_HTTPS_ENDPOINT}    auth=${auth}
 
 
 Send standard event to VES and check if is routed to proper topic
     [Documentation]
-     ...  This test case checks wheather fault event is send to proper DMAAP topic.
-     ...  Fault event should be routed by VES Collector to unauthenticated.SEC_FAULT_OUTPUT topic on DMAAP MR .
+     ...  This test case checks whether fault event is sent to proper DMAAP topic.
+     ...  Fault event should be routed by VES Collector to unauthenticated.SEC_FAULT_OUTPUT topic on DMAAP MR.
     [Tags]     vescollector   ete
     ${expected_fault_on_mr}      Set Variable     Fault_Vscf:Acs-Ericcson_PilotNumberPoolExhaustion
     Send Event to VES & Validate Topic      ${ves7_valid_json}   ${MR_TOPIC_URL_PATH}   ${expected_fault_on_mr}
 
 Send 3GPP Fault Supervision event to VES and check if is routed to proper topic
     [Documentation]
-     ...  This test case checks wheather fault event is send to proper DMAAP topic.
-     ...  Fault Supervision event should be routed by domain = "stndDefined" and stndDefinedNamespace = "3GPP-FaultSupervision" .
+     ...  This test case checks whether fault event is sent to proper DMAAP topic.
+     ...  Fault Supervision event should be routed by domain = "stndDefined" and stndDefinedNamespace = "3GPP-FaultSupervision".
      ...  Fault should be routed to mr topic unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT
     [Tags]     vescollector   ete
     ${expected_fault_on_mr}      Set Variable     ves_stdnDefined_3GPP-FaultSupervision
 
 Send 3GPP Heartbeat event to VES and check if is routed to proper topic
     [Documentation]
-     ...  This test case checks wheather fault event is send to proper DMAAP topic.
-     ...  Fault Supervision event should be routed by domain = "stndDefined" and stndDefinedNamespace = "3GPP-Heartbeat" .
+     ...  This test case checks whether fault event is sent to proper DMAAP topic.
+     ...  Fault Supervision event should be routed by domain = "stndDefined" and stndDefinedNamespace = "3GPP-Heartbeat".
      ...  Fault should be routed to mr topic unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT
     [Tags]     vescollector   ete
     ${expected_fault_on_mr}      Set Variable     ves_stdnDefined_3GPP-Heartbeat
 
 Send 3GPP Performance Assurance event to VES and check if is routed to proper topic
     [Documentation]
-     ...  This test case checks wheather fault event is send to proper DMAAP topic.
-     ...  Fault Supervision event should be routed by domain = "stndDefined" and stndDefinedNamespace = "3GPP-PerformanceAssurance" .
+     ...  This test case checks whether fault event is sent to proper DMAAP topic.
+     ...  Fault Supervision event should be routed by domain = "stndDefined" and stndDefinedNamespace = "3GPP-PerformanceAssurance".
      ...  Fault should be routed to mr topic unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT
     [Tags]     vescollector   ete
     ${expected_fault_on_mr}      Set Variable     ves_stdnDefined_3GPP-PerformanceAssurance
 
 Send 3GPP Provisioning event to VES and check if is routed to proper topic
     [Documentation]
-     ...  This test case checks wheather fault event is send to proper DMAAP topic.
-     ...  Fault Supervision event should be routed by domain = "stndDefined" and stndDefinedNamespace = "3GPP-Provisioning" .
+     ...  This test case checks whether fault event is sent to proper DMAAP topic.
+     ...  Fault Supervision event should be routed by domain = "stndDefined" and stndDefinedNamespace = "3GPP-Provisioning".
      ...  Fault should be routed to mr topic unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT
     [Tags]     vescollector   ete
     ${expected_fault_on_mr}      Set Variable     ves_stdnDefined_3GPP-Provisioning
-    Send Event to VES & Validate Topic      ${Provisioning_json}   ${MR_PROVISIONING_TOPIC_URL_PATH}   ${expected_fault_on_mr}
\ No newline at end of file
+    Send Event to VES & Validate Topic      ${Provisioning_json}   ${MR_PROVISIONING_TOPIC_URL_PATH}   ${expected_fault_on_mr}