From: Torsten Dreyer Date: Mon, 5 May 2014 11:22:39 +0000 (+0200) Subject: commradio: typo: cuttoff --> cutoff X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=99dd8c08b5d9d2621d081a03037f6b2469674ad2;p=flightgear.git commradio: typo: cuttoff --> cutoff --- diff --git a/src/Instrumentation/commradio.cxx b/src/Instrumentation/commradio.cxx index 57cf9d9ef..cf6e32d93 100644 --- a/src/Instrumentation/commradio.cxx +++ b/src/Instrumentation/commradio.cxx @@ -380,7 +380,7 @@ CommRadioImpl::CommRadioImpl(SGPropertyNode_ptr node) _volume_norm(_rootNode->getNode("volume", true)), _atis(_rootNode->getNode("atis", true)), _addNoise(_rootNode->getNode("add-noise", true)), - _cutoffSignalQuality(_rootNode->getNode("cuttoff-signal-quality", true)) + _cutoffSignalQuality(_rootNode->getNode("cutoff-signal-quality", true)) { }