From 244dd5b8a58b92ebc6ef4e036da574adac644242 Mon Sep 17 00:00:00 2001 From: Gianpaolo Macario Date: Wed, 17 Oct 2018 18:04:46 +0200 Subject: [PATCH] kubens: Fix typo in comment (#90) --- kubens | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubens b/kubens index 793423d..3a5dc6f 100755 --- a/kubens +++ b/kubens @@ -1,6 +1,6 @@ #!/usr/bin/env bash # -# kubenx(1) is a utility to switch between Kubernetes namespaces. +# kubens(1) is a utility to switch between Kubernetes namespaces. # Copyright 2017 Google Inc. #