From Gary Quinn, spelling fixes

This commit is contained in:
Robert Osfield
2009-02-06 15:17:49 +00:00
parent e63e19bed4
commit 22e4e63060
8 changed files with 12 additions and 12 deletions

View File

@@ -37,8 +37,8 @@ void AnimtkKeyEventHandler::printUsage() const
std::cout << (char) _actionKeys.find(Help)->second << " for Help" << std::endl;
std::cout << (char) _actionKeys.find(List)->second << " for List" << std::endl;
std::cout << (char) _actionKeys.find(Play)->second << " for Play" << std::endl;
std::cout << (char) _actionKeys.find(Next)->second << " for selext Next item" << std::endl;
std::cout << (char) _actionKeys.find(Prev)->second << " for selext Previous item" << std::endl;
std::cout << (char) _actionKeys.find(Next)->second << " for select Next item" << std::endl;
std::cout << (char) _actionKeys.find(Prev)->second << " for select Previous item" << std::endl;
}