update spelling mistakes

This commit is contained in:
yuxiaobo
2019-09-05 17:59:36 +08:00
parent 84fe3db5cf
commit f6ce8f5789
3 changed files with 3 additions and 3 deletions

View File

@@ -330,7 +330,7 @@ func TestDontSyncDeploymentsWithEmptyPodSelector(t *testing.T) {
f.objects = append(f.objects, d)
// Normally there should be a status update to sync observedGeneration but the fake
// deployment has no generation set so there is no action happpening here.
// deployment has no generation set so there is no action happening here.
f.run(testutil.GetKey(d, t))
}