1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-29 08:23:19 +00:00

Fix typo in comment

This commit is contained in:
Carles Fernandez 2024-05-26 22:01:46 +02:00
parent ea38f7e727
commit d320ea70ff
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -264,7 +264,7 @@ void GNSSFlowgraph::init()
}
/*
* Instantiate the receiver av message monitor block, if required
* Instantiate the receiver nav message monitor block, if required
*/
enable_navdata_monitor_ = configuration_->property("NavDataMonitor.enable_monitor", false);
if (enable_navdata_monitor_)