Browse Source

UI: Fix typo in error

jp9000 10 years ago
parent
commit
70795300ac
1 changed files with 1 additions and 1 deletions
  1. 1 1
      obs/obs-app.cpp

+ 1 - 1
obs/obs-app.cpp

@@ -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())