From d1089dcdec9e5d6303ef86167ce9a27dce5d7821 Mon Sep 17 00:00:00 2001 From: Simon Ehrenstein <simon.ehrenstein@gmail.com> Date: Mon, 1 Mar 2021 08:49:56 +0100 Subject: [PATCH] Fix typo --- .../src/main/kotlin/theodolite/patcher/EnvVarPatcher.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theodolite-quarkus/src/main/kotlin/theodolite/patcher/EnvVarPatcher.kt b/theodolite-quarkus/src/main/kotlin/theodolite/patcher/EnvVarPatcher.kt index e4f0e5c8d..a383b480d 100644 --- a/theodolite-quarkus/src/main/kotlin/theodolite/patcher/EnvVarPatcher.kt +++ b/theodolite-quarkus/src/main/kotlin/theodolite/patcher/EnvVarPatcher.kt @@ -16,7 +16,7 @@ class EnvVarPatcher(private val k8sResource: KubernetesResource, private val con } /** - * Sets the ContainerEvironmentVariables, creates new if variable don t exist. + * Sets the ContainerEvironmentVariables, creates new if variable does not exist. * @param container - The Container * @param map - Map of k=Name,v =Value of EnviromentVariables */ -- GitLab