From 59f32f605c17d19f3f7d894d31d3650fe36a4830 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vytautas=20=C5=A0altenis?= Date: Tue, 24 Feb 2015 21:17:35 +0200 Subject: [PATCH] Fix a few typos --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 3140fea3..49eeec2d 100644 --- a/main.go +++ b/main.go @@ -10,7 +10,7 @@ import ( ) // NowFunc returns current time, this function is exported in order to be able -// to give the flexiblity to the developer to costumize it accoring to their +// to give the flexibility to the developer to customize it according to their // needs // // e.g: return time.Now().UTC()