diff --git a/RTCP/Storage/src/OutputThread.cc b/RTCP/Storage/src/OutputThread.cc index 14e067190eb80de9fdef3c97202846f67e2fd280..f5bb2b3524e916df2db7568d33495ae06a78f76a 100644 --- a/RTCP/Storage/src/OutputThread.cc +++ b/RTCP/Storage/src/OutputThread.cc @@ -193,7 +193,7 @@ void OutputThread::createMS() << ", duration " << itsNrExpectedBlocks * itsParset.IONintegrationTime() << " s" << ", integration " << itsParset.IONintegrationTime() << " s" << ", channels " << itsParset.nrChannelsPerSubband() - << ", channelWidth " << itsParset.channelWidth()/1e3 << " kHz" + << ", channelwidth " << itsParset.channelWidth()/1e3 << " kHz" ); } break;