Merge pull request #380 from rtfb/master

Fix a few typos
This commit is contained in:
Jinzhu 2015-02-25 09:08:06 +08:00
commit 1011865b91
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()