Skip to content
Snippets Groups Projects
Commit d1089dcd authored by Simon Ehrenstein's avatar Simon Ehrenstein
Browse files

Fix typo

parent 8210e678
No related branches found
No related tags found
4 merge requests!159Re-implementation of Theodolite with Kotlin/Quarkus,!157Update Graal Image in CI pipeline,!85Introduce new Benchmark class and Patcher,!83WIP: Re-implementation of Theodolite with Kotlin/Quarkus
......@@ -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
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment