1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-12-04 07:38:08 +00:00

Fix spelling error

This commit is contained in:
Carles Fernandez
2021-10-10 22:49:19 +02:00
parent e8ec809d2c
commit 984c1fbb2c

View File

@@ -1382,7 +1382,7 @@ int GNSSFlowgraph::disconnect_signal_conditioners_from_channels()
return 1;
}
}
DLOG(INFO) << "Signal conditioner(s) sucessfully disconnected from channels";
DLOG(INFO) << "Signal conditioner(s) successfully disconnected from channels";
return 0;
}