Fix typo (@smileaf419)

This commit is contained in:
casey langen 2023-05-27 11:53:13 -07:00
parent 5ef3037278
commit 36990239a6

View File

@ -254,7 +254,7 @@ App::App(const std::string& title) {
if (!isLangUtf8()) {
std::cout << "\n\nThis application requires a UTF-8 compatible LANG environment "
"variable to be set in the controlling terminal. Setting to C.UTF-8. Depending on "
"your environment, you may see corrupted output. If that'st he case, try to set "
"your environment, you may see corrupted output. If that's the case, try to set "
"LANG=C.UTF-8 before starting musikcube.\n\n\n\n";
setenv("LANG", "C.UTF-8", 1);
}