فهرست منبع

Merge pull request #2879 from danzel/patch-1

Fix Spelling/English mistakes
bunnei 9 سال پیش
والد
کامیت
595070c901
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/input_common/main.h

+ 1 - 1
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;