commradio: typo: cuttoff --> cutoff
This commit is contained in:
parent
7dc2ee46a2
commit
99dd8c08b5
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue