From 71f82e86b1ee97aacebec3d33e254e83d225c1aa Mon Sep 17 00:00:00 2001 From: David Gageot Date: Thu, 19 Nov 2015 11:48:29 +0100 Subject: [PATCH] Fix Typo Signed-off-by: David Gageot --- drivers/google/google.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/google/google.go b/drivers/google/google.go index ac0f094b73..9daada4846 100644 --- a/drivers/google/google.go +++ b/drivers/google/google.go @@ -181,7 +181,7 @@ func (d *Driver) PreCreateCheck() error { return err } - // Check that the project exists. It will also check that credentials + // Check that the project exists. It will also check the credentials // at the same time. log.Infof("Check that the project exists")