Fix many typos in both code and comments

Signed-off-by: Vu Cong Tuan <tuanvc@vn.fujitsu.com>
This commit is contained in:
Vu Cong Tuan
2019-02-15 17:11:29 +07:00
parent 38a325250f
commit c747b7f38d
29 changed files with 47 additions and 47 deletions

View File

@@ -223,7 +223,7 @@ func testAudit(t *testing.T, version string) {
}
}
// configMapOperations is a set of known operations perfomed on the configmap type
// configMapOperations is a set of known operations performed on the configmap type
// which correspond to the expected events.
// This is shared by the dynamic test
func configMapOperations(t *testing.T, kubeclient kubernetes.Interface) {