We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f84c49 commit 54ae321Copy full SHA for 54ae321
headers/koan_handler.cpp
@@ -75,7 +75,7 @@ void KoanHandler::episode_start( string order )
75
void KoanHandler::episode_done( string order )
76
{
77
cout << "****\tCongratulations! You mastered the " << order << " episode." << endl
78
- << "****\tDon't loose concentration. Keep going!" << endl
+ << "****\tDon't lose concentration. Keep going!" << endl
79
<< endl;
80
}
81
0 commit comments