diff --git a/TheTruth/TheTruth.cpp b/TheTruth/TheTruth.cpp index d073d64..b11ad14 100644 --- a/TheTruth/TheTruth.cpp +++ b/TheTruth/TheTruth.cpp @@ -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."); }