Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
BeardedFish committed Jan 5, 2022
1 parent 26787f5 commit 2534d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ini-rw-test/src/Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 2534d8e

Please sign in to comment.