From 0cd3663defb294d2003d675f229033458925e5b7 Mon Sep 17 00:00:00 2001 From: fate-grand-order Date: Mon, 16 Jan 2017 13:58:54 +0800 Subject: [PATCH] fix typo Signed-off-by: fate-grand-order --- controllers/gce/utils/utils.go | 2 +- hack/e2e.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/controllers/gce/utils/utils.go b/controllers/gce/utils/utils.go index 7e7a21bbb..33525ffa3 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 b2aeed408..65dc71cd1 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) }