1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-12 17:17:57 -05:00

Merge pull request #2879 from danzel/patch-1

Fix Spelling/English mistakes
This commit is contained in:
bunnei
2017-08-13 20:22:24 -04:00
committed by GitHub

View File

@@ -11,7 +11,7 @@ namespace InputCommon {
/// Initializes and registers all built-in input device factories. /// Initializes and registers all built-in input device factories.
void Init(); 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(); void Shutdown();
class Keyboard; class Keyboard;