diff options
author | bunnei <bunneidev@gmail.com> | 2017-08-14 02:22:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-14 02:22:24 +0200 |
commit | 595070c901279738e4f03345cec80aad059babee (patch) | |
tree | 7fb8748bcc5a910c7018a50fb21e74dcd4888060 | |
parent | Merge pull request #2843 from Subv/applet_slots (diff) | |
parent | Fix Spelling/English mistakes (diff) | |
download | yuzu-595070c901279738e4f03345cec80aad059babee.tar yuzu-595070c901279738e4f03345cec80aad059babee.tar.gz yuzu-595070c901279738e4f03345cec80aad059babee.tar.bz2 yuzu-595070c901279738e4f03345cec80aad059babee.tar.lz yuzu-595070c901279738e4f03345cec80aad059babee.tar.xz yuzu-595070c901279738e4f03345cec80aad059babee.tar.zst yuzu-595070c901279738e4f03345cec80aad059babee.zip |
-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; |