Fix spelling errors

More spelling fixes
This commit is contained in:
Robert Deusser
2016-06-18 11:51:56 -04:00
parent d82c3023a8
commit cd1450b3ec
6 changed files with 8 additions and 7 deletions

View File

@@ -37,7 +37,7 @@ func TestKubectlValidation(t *testing.T) {
{`{"apiVersion": "v1", "kind": "Pod"}`, false},
// The following test the experimental api.
// TOOD: Replace with something more robust. These may move.
// TODO: Replace with something more robust. These may move.
{`{"apiVersion": "extensions/v1beta1", "kind": "Ingress"}`, false},
{`{"apiVersion": "extensions/v1beta1", "kind": "Job"}`, false},
{`{"apiVersion": "vNotAVersion", "kind": "Job"}`, true},