Merge pull request #241 from thewhitetulip/patch-1

Fixed a typo
This commit is contained in:
Liang Ding 2015-09-08 14:29:38 +08:00
commit 3d9c50cb8e
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ func initWide(confPath, confIP, confPort, confServer, confLogLevel, confStaticSe
logger.Debug("Conf: \n" + string(bytes))
// Working Driectory
// Working Directory
Wide.WD = util.OS.Pwd()
logger.Debugf("${pwd} [%s]", Wide.WD)