diff --git a/controllers/gce/utils/utils.go b/controllers/gce/utils/utils.go index 7e7a21bbb3..33525ffa36 100644 --- a/controllers/gce/utils/utils.go +++ b/controllers/gce/utils/utils.go @@ -37,7 +37,7 @@ const ( Sync // Get used to record Get from a sync pool. Get - // Create used to recrod creations in a sync pool. + // Create used to record creations in a sync pool. Create // Update used to record updates in a sync pool. Update diff --git a/hack/e2e.go b/hack/e2e.go index b2aeed408e..65dc71cd19 100644 --- a/hack/e2e.go +++ b/hack/e2e.go @@ -163,7 +163,7 @@ func run(deploy deployer) error { // // TODO: We should try calling deploy.Down exactly once. Though to // stop the leaking resources for now, we want to be on the safe side - // and call it explictly in defer if the other one is not called. + // and call it explicitly in defer if the other one is not called. if *down { defer xmlWrap("Deferred TearDown", deploy.Down) }