Fix spelling errors in comments.

This commit is contained in:
Joseph Crail 2014-12-06 20:22:48 -05:00
parent 47e7175b80
commit 39c068400e
17 changed files with 24 additions and 24 deletions

View file

@ -260,7 +260,7 @@ func NewConfigContext() {
log.Fatal(4, "Expect user(%s) but current user is: %s", RunUser, curUser)
}
// Determine and create root git reposiroty path.
// Determine and create root git repository path.
homeDir, err := com.HomeDir()
if err != nil {
log.Fatal(4, "Fail to get home directory: %v", err)