mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2024-11-05 06:22:45 +01:00
Fix Spelling/English mistakes
This commit is contained in:
parent
d59f503729
commit
bf71fc0342
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue