fix all the typos across the project

This commit is contained in:
Di Xu
2018-02-09 14:53:53 +08:00
parent aee2cff1b8
commit 48388fec7e
222 changed files with 320 additions and 320 deletions

View File

@@ -145,7 +145,7 @@ func TestWatch(t *testing.T) {
[]fields.Set{
{"metadata.name": "foo"},
},
// not matchin fields
// not matching fields
[]fields.Set{
{"metadata.name": "bar"},
},

View File

@@ -125,7 +125,7 @@ func (r *EvictionREST) Create(ctx genericapirequest.Context, obj runtime.Object,
return rtStatus, nil
}
// At this point there was either no PDB or we succeded in decrementing
// At this point there was either no PDB or we succeeded in decrementing
// Try the delete
_, _, err = r.store.Delete(ctx, eviction.Name, eviction.DeleteOptions)

View File

@@ -396,7 +396,7 @@ func TestWatch(t *testing.T) {
[]fields.Set{
{"metadata.name": "foo"},
},
// not matchin fields
// not matching fields
[]fields.Set{
{"metadata.name": "bar"},
},

View File

@@ -241,7 +241,7 @@ func TestWatch(t *testing.T) {
{"metadata.name": "foo"},
{"status.replicas": "0", "metadata.name": "foo"},
},
// not matchin fields
// not matching fields
[]fields.Set{
{"status.replicas": "10"},
{"metadata.name": "bar"},

View File

@@ -147,7 +147,7 @@ func TestWatch(t *testing.T) {
[]fields.Set{
{"metadata.name": "foo"},
},
// not matchin fields
// not matching fields
[]fields.Set{
{"metadata.name": "bar"},
},

View File

@@ -162,7 +162,7 @@ func TestWatch(t *testing.T) {
[]fields.Set{
{"metadata.name": "foo"},
},
// not matchin fields
// not matching fields
[]fields.Set{
{"metadata.name": "bar"},
},