From 99dd8c08b5d9d2621d081a03037f6b2469674ad2 Mon Sep 17 00:00:00 2001 From: Torsten Dreyer Date: Mon, 5 May 2014 13:22:39 +0200 Subject: [PATCH] commradio: typo: cuttoff --> cutoff --- src/Instrumentation/commradio.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) { } -- 2.39.5