Merge pull request #3815 from ckelsel/master

UI: fix typo
This commit is contained in:
Joel Bethke 2020-12-02 03:36:41 -06:00 committed by GitHub
commit aa713e07d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1469,7 +1469,7 @@ bool OBSBasic::InitBasicConfig()
ret = GetProfilePath(configPath, sizeof(configPath), "basic.ini");
if (ret <= 0) {
OBSErrorBox(nullptr, "Failed to get base.ini path");
OBSErrorBox(nullptr, "Failed to get basic.ini path");
return false;
}