correct typo in comment (#12785)

Signed-off-by: Rick Wagner <RickJWag@yahoo.com>
7.20.x
RickJWagner 2019-03-01 00:51:04 -06:00 committed by Sergii Leshchenko
parent 0141b6ca82
commit 150435b3be
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ public class KubernetesWorkspaceServiceAccount {
* Make sure that workspace service account exists and has `view` and `exec` role bindings.
*
* <p>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
*/

View File

@ -52,7 +52,7 @@ class OpenShiftWorkspaceServiceAccount {
* Make sure that workspace service account exists and has `view` and `exec` role bindings.
*
* <p>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
*/