Fix a few typos

This commit is contained in:
Vytautas Šaltenis 2015-02-24 21:17:35 +02:00
parent 1521b794d8
commit 59f32f605c
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import (
) )
// NowFunc returns current time, this function is exported in order to be able // 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 // needs
// //
// e.g: return time.Now().UTC() // e.g: return time.Now().UTC()