Fixed a typo

Spelling mistake of Directory
This commit is contained in:
Suraj Patil 2015-09-08 11:08:05 +05:30
parent 5259b54304
commit 9edc58b6d5
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)