summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Dave Leaver2017-08-14 09:15:39 +1200
committerGravatar GitHub2017-08-14 09:15:39 +1200
commitbf71fc03422fd783fe0f841c93638d4e3d0e70ea (patch)
tree7fb8748bcc5a910c7018a50fb21e74dcd4888060 /src
parentMerge pull request #2843 from Subv/applet_slots (diff)
downloadyuzu-bf71fc03422fd783fe0f841c93638d4e3d0e70ea.tar.gz
yuzu-bf71fc03422fd783fe0f841c93638d4e3d0e70ea.tar.xz
yuzu-bf71fc03422fd783fe0f841c93638d4e3d0e70ea.zip
Fix Spelling/English mistakes
Diffstat (limited to 'src')
-rw-r--r--src/input_common/main.h2
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 {
11/// Initializes and registers all built-in input device factories. 11/// Initializes and registers all built-in input device factories.
12void Init(); 12void Init();
13 13
14/// Unresisters all build-in input device factories and shut them down. 14/// Deregisters all built-in input device factories and shuts them down.
15void Shutdown(); 15void Shutdown();
16 16
17class Keyboard; 17class Keyboard;