Browse Source

Fix Spelling/English mistakes

nce_cpp
Dave Leaver 8 years ago
committed by GitHub
parent
commit
4c281049aa
  1. 2
      src/input_common/main.h

2
src/input_common/main.h

@ -11,7 +11,7 @@ namespace InputCommon {
/// Initializes and registers all built-in input device factories.
void Init();
/// Unresisters all build-in input device factories and shut them down.
/// Deregisters all built-in input device factories and shuts them down.
void Shutdown();
class Keyboard;

Loading…
Cancel
Save