From f027b470450bec58fb077847a4d6f49f35e03f63 Mon Sep 17 00:00:00 2001 From: Yuan Sun Date: Wed, 1 Apr 2015 17:56:26 +0800 Subject: [PATCH] Fix a typo in version.go Signed-off-by: Yuan Sun --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index 77144be42c..3583c479ab 100644 --- a/version/version.go +++ b/version/version.go @@ -4,6 +4,6 @@ var ( // VERSION should be updated by hand at each release VERSION = "0.2.0" - // GITCOMMIT will be overritten automatically by the build system + // GITCOMMIT will be overwritten automatically by the build system GITCOMMIT = "HEAD" )