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: Ic63915d101189d22342276eb21929b6715758b02
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
diff --git a/kubernetes/init-openbmc-k8s-env.sh b/kubernetes/init-openbmc-k8s-env.sh
index 13dc7ae..aff49f6 100755
--- a/kubernetes/init-openbmc-k8s-env.sh
+++ b/kubernetes/init-openbmc-k8s-env.sh
@@ -1,7 +1,7 @@
#!/bin/bash
###############################################################################
#
-# This script is for initializing the Kubernetes environement needed to run all
+# This script is for initializing the Kubernetes environment needed to run all
# the kubernetes integrated scripts in Kubernetes.
# - Provisions the PV's and PVC's for:
# * The Kubernetes JNLP Jenkins slave's shared workspace
@@ -16,7 +16,7 @@
# - Provision the PV and PVC for the Jenkin Master home directory
#
# Instructions:
-# Suggested way to run is to create a seperate script that will export all the
+# Suggested way to run is to create a separate script that will export all the
# necessary variables and then source in this script. But editing this one
# works as well.
#