Spelling fixes

Spelling errors found using github.com/lucasdemarchi/codespell
A tool to fix common misspellings.
This tool is licensed under GNU General Public License, version 2.

Change-Id: I75e60b1ccb683cb34118bfffc327ec7fc8573e06
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
diff --git a/kubernetes/kubernetes-launch.sh b/kubernetes/kubernetes-launch.sh
index c26db42..65dc313 100755
--- a/kubernetes/kubernetes-launch.sh
+++ b/kubernetes/kubernetes-launch.sh
@@ -112,7 +112,7 @@
   do
     if [ ${jobtimeout} -lt 0 ]; then
       kubectl delete -f - <<< "${yamlfile}"
-      echo "Timeout occured before job was present in the API"
+      echo "Timeout occurred before job was present in the API"
       exit 1
     else
       sleep 1
@@ -133,7 +133,7 @@
   do
     if [ ${podtimeout} -lt 0 ]; then
       kubectl delete -f - <<< "${yamlfile}"
-      echo "Timeout occured before pod was Running"
+      echo "Timeout occurred before pod was Running"
       exit 1
     else
       sleep 1
diff --git a/scripts/dbus-unit-test.py b/scripts/dbus-unit-test.py
index a6ccb72..0bb66a7 100755
--- a/scripts/dbus-unit-test.py
+++ b/scripts/dbus-unit-test.py
@@ -3,7 +3,7 @@
 """
 This script launches a dbus session, sets the DBUS_SESSION_BUS_ADDRESS
 and DBUS_STARTER_BUS_TYPE Eenvironment variables and puts the generated files
-in the dbus dir location passed as a paramter. It then runs the unit test
+in the dbus dir location passed as a parameter. It then runs the unit test
 script, and then cleans up the generated dbus files.
 """
 
diff --git a/scripts/unit-test.py b/scripts/unit-test.py
index f54c691..b3d7fd5 100755
--- a/scripts/unit-test.py
+++ b/scripts/unit-test.py
@@ -411,7 +411,7 @@
     if args.verbose:
         dep_tree.PrintTree()
     install_list = dep_tree.GetInstallList()
-    # install reordered depdendencies
+    # install reordered dependencies
     install_deps(install_list)
     os.chdir(os.path.join(WORKSPACE, UNIT_TEST_PKG))
     # Refresh dynamic linker run time bindings for dependencies