diff --git a/theodolite-quarkus/src/main/kotlin/theodolite/patcher/EnvVarPatcher.kt b/theodolite-quarkus/src/main/kotlin/theodolite/patcher/EnvVarPatcher.kt index e4f0e5c8d166d40dce3b852e24bfd2d4cab877ed..a383b480dc87366e93426825aa9d066d3e2fff86 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 */