diff --git a/ddsrecorder/src/cpp/tool/DdsRecorder.cpp b/ddsrecorder/src/cpp/tool/DdsRecorder.cpp index 0139e825c..f25b95e48 100644 --- a/ddsrecorder/src/cpp/tool/DdsRecorder.cpp +++ b/ddsrecorder/src/cpp/tool/DdsRecorder.cpp @@ -34,7 +34,7 @@ DdsRecorder::DdsRecorder( const yaml::RecorderConfiguration& configuration, const DdsRecorderStateCode& init_state, const std::string& file_name) - : configuration_(configuration) + : configuration_(configuration) { // Create Discovery Database discovery_database_ = std::make_shared(); diff --git a/docs/rst/notes/forthcoming_version.rst b/docs/rst/notes/forthcoming_version.rst index 9ade025c4..a9b30ace3 100644 --- a/docs/rst/notes/forthcoming_version.rst +++ b/docs/rst/notes/forthcoming_version.rst @@ -31,5 +31,5 @@ Next release will include the following **DDS Recorder tool configuration featur Next release will include the following **DDS Replayer tool configuration features**: * New configuration option (``topics``) to configure the :ref:`Manual Topics `. -* New configuration option (``max-tx-rate``) to configure the :ref:`Max transmission rate `. +* New configuration option (``max-tx-rate``) to configure the :ref:`Max transmission rate `. * Remove the support for `Built-in Topics `_.