From 36990239a6dd0a24796ac1cf5b9b64b378b46aa5 Mon Sep 17 00:00:00 2001 From: casey langen Date: Sat, 27 May 2023 11:53:13 -0700 Subject: [PATCH] Fix typo (@smileaf419) --- src/musikcube/cursespp/App.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/musikcube/cursespp/App.cpp b/src/musikcube/cursespp/App.cpp index a28ed40b5..fa42a7458 100755 --- a/src/musikcube/cursespp/App.cpp +++ b/src/musikcube/cursespp/App.cpp @@ -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); }