From: torsten Date: Tue, 11 Aug 2009 16:41:19 +0000 (+0000) Subject: fixed typo. Thanks m. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3231561e5aab236f53c7d528b9ebd153198e2dd9;p=flightgear.git fixed typo. Thanks m. --- diff --git a/src/Input/FGLinuxEventInput.cxx b/src/Input/FGLinuxEventInput.cxx index 2c16094c7..eb191f524 100644 --- a/src/Input/FGLinuxEventInput.cxx +++ b/src/Input/FGLinuxEventInput.cxx @@ -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" },