From ce950c8d66941164786bd234f4054117f58aa8de Mon Sep 17 00:00:00 2001 From: pv42 Date: Mon, 24 Jan 2022 15:42:46 +0100 Subject: [PATCH] fix typo --- TheTruth/TheTruth.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."); }