From 4c281049aa2e58dd8f2398bcc1cbb626d2dc23c8 Mon Sep 17 00:00:00 2001 From: Dave Leaver Date: Mon, 14 Aug 2017 09:15:39 +1200 Subject: [PATCH] Fix Spelling/English mistakes --- src/input_common/main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/input_common/main.h b/src/input_common/main.h index 140bbd0145..e7fb3890ed 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;