Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pv42 committed Jan 24, 2022
1 parent 4a412da commit ce950c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TheTruth/TheTruth.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,7 @@ void TheTruth::drawFirstTimeSetup() {
if (imported) {
ImGui::SameLine();
if (import_result) {
ImGui::Text("Import succesful.");
ImGui::Text("Import successful.");
} else {
ImGui::Text("Import failed.");
}
Expand Down

0 comments on commit ce950c8

Please sign in to comment.