diff --git a/helm-toolkit/templates/utils/_comma_joined_service_list.tpl b/helm-toolkit/templates/utils/_comma_joined_service_list.tpl index ec762befc..090b973bc 100644 --- a/helm-toolkit/templates/utils/_comma_joined_service_list.tpl +++ b/helm-toolkit/templates/utils/_comma_joined_service_list.tpl @@ -16,7 +16,7 @@ limitations under the License. {{/* abstract: | - Returns a comma seperated list of namespace:service pairs. + Returns a comma separated list of namespace:service pairs. values: | dependencies: static: diff --git a/roles/disable-local-nameserver/tasks/main.yaml b/roles/disable-local-nameserver/tasks/main.yaml index 591efa848..4cbd9a7ee 100644 --- a/roles/disable-local-nameserver/tasks/main.yaml +++ b/roles/disable-local-nameserver/tasks/main.yaml @@ -14,7 +14,7 @@ # NOTE(portdirect): We disable the local nameserver as it interferes with the # k8s dns-service and other local resolvers used for development use. -# See the following for the orginal config: +# See the following for the original config: # * https://github.com/openstack-infra/project-config/blob/0332c33dd134033e0620645c252f82b77e4c16f5/nodepool/elements/nodepool-base/finalise.d/89-unbound - name: Disable local nameserver diff --git a/tools/deployment/common/wait-for-pods.sh b/tools/deployment/common/wait-for-pods.sh index f6ea65769..cd6fbdfc8 100755 --- a/tools/deployment/common/wait-for-pods.sh +++ b/tools/deployment/common/wait-for-pods.sh @@ -15,7 +15,7 @@ # under the License. set -e -# From Kolla-Kubernetes, orginal authors Kevin Fox & Serguei Bezverkhi +# From Kolla-Kubernetes, original authors Kevin Fox & Serguei Bezverkhi # Default wait timeout is 600 seconds end=$(date +%s) if ! [ -z $2 ]; then