diff --git a/ini-rw-test/src/Main.cpp b/ini-rw-test/src/Main.cpp index e8e89f9..12e0793 100644 --- a/ini-rw-test/src/Main.cpp +++ b/ini-rw-test/src/Main.cpp @@ -34,7 +34,7 @@ int main(int argc, char* argv[]) if (iniFile) // Alternatively, you could do "iniFile.is_loaded()" { - std::cout << "The INI file \"" << argv[1] << "\" was loaded succesfully!" << std::endl << std::endl; + std::cout << "The INI file \"" << argv[1] << "\" was loaded successfully!" << std::endl << std::endl; std::cout << "Type \"help\" for a list of commands." << std::endl << std::endl; bool exitLoopFlag = false;