UI: Fix typo in error

This commit is contained in:
jp9000 2015-06-23 19:37:24 -07:00
parent 4ed1ee7009
commit 70795300ac

View file

@ -411,7 +411,7 @@ void OBSApp::AppInit()
if (!InitApplicationBundle())
throw "Failed to initialize application bundle";
if (!MakeUserDirs())
throw "Failed to created required user directories";
throw "Failed to create required user directories";
if (!InitGlobalConfig())
throw "Failed to initialize global config";
if (!InitLocale())