]> git.mxchange.org Git - flightgear.git/commitdiff
fixed typo. Thanks m.
authortorsten <torsten>
Tue, 11 Aug 2009 16:41:19 +0000 (16:41 +0000)
committerTim Moore <timoore@redhat.com>
Wed, 12 Aug 2009 21:45:54 +0000 (23:45 +0200)
src/Input/FGLinuxEventInput.cxx

index 2c16094c76686c3a87289d70b46500a0f4ff53f0..eb191f52402008a12aff0df126b3cffd54f0790a 100644 (file)
@@ -181,7 +181,7 @@ static struct EventTypes {
   { { EV_SW, SW_MICROPHONE_INSERT }, "switch-microphone-insert" },
 #endif
 #ifdef SW_DOCK
-  { { EV_SW, SW_DOCK },              "swtich-dock" },
+  { { EV_SW, SW_DOCK },              "switch-dock" },
 #endif
 
   { { EV_LED, LED_NUML},     "led-numlock" },