]> git.mxchange.org Git - flightgear.git/commitdiff
commradio: typo: cuttoff --> cutoff
authorTorsten Dreyer <torsten@t3r.de>
Mon, 5 May 2014 11:22:39 +0000 (13:22 +0200)
committerTorsten Dreyer <torsten@t3r.de>
Mon, 5 May 2014 11:22:39 +0000 (13:22 +0200)
src/Instrumentation/commradio.cxx

index 57cf9d9ef877951fe3be6881b2827a30c6cd8516..cf6e32d937d4ff302dd7b1f23ad3e432c2d5440f 100644 (file)
@@ -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))
 {
 }