diff options
| author | bunnei <bunneidev@gmail.com> | 2017-08-13 20:22:24 -0400 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-13 20:22:24 -0400 | 
| commit | 595070c901279738e4f03345cec80aad059babee (patch) | |
| tree | 7fb8748bcc5a910c7018a50fb21e74dcd4888060 | |
| parent | d59f503729e238db4153887d076d2a3d7c5eda79 (diff) | |
| parent | bf71fc03422fd783fe0f841c93638d4e3d0e70ea (diff) | |
Merge pull request #2879 from danzel/patch-1
Fix Spelling/English mistakes
| -rw-r--r-- | src/input_common/main.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input_common/main.h b/src/input_common/main.h index 140bbd014..e7fb3890e 100644 --- a/src/input_common/main.h +++ b/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;  | 
