laforge has submitted this change and it was merged. (
https://gerrit.osmocom.org/c/osmo-trx/+/14807 )
Change subject: Fix spelling discovered by lintian
......................................................................
Fix spelling discovered by lintian
Change-Id: I5ab9b9c7c47d0d6e674c1f5242e2b3a05006293e
---
M Transceiver52M/osmo-trx.cpp
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
laforge: Looks good to me, approved
pespin: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/Transceiver52M/osmo-trx.cpp b/Transceiver52M/osmo-trx.cpp
index 06b1a18..b8cf968 100644
--- a/Transceiver52M/osmo-trx.cpp
+++ b/Transceiver52M/osmo-trx.cpp
@@ -255,7 +255,7 @@
{
LOG(WARNING) << "Cmd line option '" << opt << "' is deprecated and will
be soon removed."
<< " Please use VTY cfg option instead."
- << " All cmd line options are already being overriden by VTY
options if set.";
+ << " All cmd line options are already being overridden by VTY
options if set.";
}
static void handle_options(int argc, char **argv, struct trx_ctx* trx)
--
To view, visit https://gerrit.osmocom.org/c/osmo-trx/+/14807
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-Change-Id: I5ab9b9c7c47d0d6e674c1f5242e2b3a05006293e
Gerrit-Change-Number: 14807
Gerrit-PatchSet: 2
Gerrit-Owner: Hoernchen <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Ruben Undheim <[email protected]>
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-MessageType: merged