修改拼写错误

This commit is contained in:
xiongziliang
2017-09-27 14:52:34 +08:00
parent 80b80c2ab8
commit 8732cbf2b8
5 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ using namespace ZL::Network;
namespace Config {
void loaIniConfig(){
void loadIniConfig(){
auto &ini = ZL::Util::mINI::Instance();
try{
ini.parseFile(exePath() + ".ini");