diff --git a/infrastructures/kubernetes/src/main/java/org/eclipse/che/workspace/infrastructure/kubernetes/namespace/KubernetesWorkspaceServiceAccount.java b/infrastructures/kubernetes/src/main/java/org/eclipse/che/workspace/infrastructure/kubernetes/namespace/KubernetesWorkspaceServiceAccount.java index 3ce5646731..bae9c340ce 100644 --- a/infrastructures/kubernetes/src/main/java/org/eclipse/che/workspace/infrastructure/kubernetes/namespace/KubernetesWorkspaceServiceAccount.java +++ b/infrastructures/kubernetes/src/main/java/org/eclipse/che/workspace/infrastructure/kubernetes/namespace/KubernetesWorkspaceServiceAccount.java @@ -50,7 +50,7 @@ public class KubernetesWorkspaceServiceAccount { * Make sure that workspace service account exists and has `view` and `exec` role bindings. * *
Note that `view` role is used from cluster scope and `exec` role is created in the current - * namespace if does not exit. + * namespace if does not exist. * * @throws InfrastructureException when any exception occurred */ diff --git a/infrastructures/openshift/src/main/java/org/eclipse/che/workspace/infrastructure/openshift/project/OpenShiftWorkspaceServiceAccount.java b/infrastructures/openshift/src/main/java/org/eclipse/che/workspace/infrastructure/openshift/project/OpenShiftWorkspaceServiceAccount.java index 1c0c751adb..49196707dd 100644 --- a/infrastructures/openshift/src/main/java/org/eclipse/che/workspace/infrastructure/openshift/project/OpenShiftWorkspaceServiceAccount.java +++ b/infrastructures/openshift/src/main/java/org/eclipse/che/workspace/infrastructure/openshift/project/OpenShiftWorkspaceServiceAccount.java @@ -52,7 +52,7 @@ class OpenShiftWorkspaceServiceAccount { * Make sure that workspace service account exists and has `view` and `exec` role bindings. * *
Note that `view` role is used from cluster scope and `exec` role is created in the current - * namespace if does not exit. + * namespace if does not exist. * * @throws InfrastructureException when any exception occurred */