summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2018-07-20 22:03:39 +0200
committerRuben Undheim <ruben.undheim@gmail.com>2018-11-06 21:55:48 +0100
commit53fbca815904bd16d121dd971bc6ab2fdcd1fe63 (patch)
treeef4d92b7417499c9f37a4aad25dc6fde27212339
parent03e255f246e57babc407130da2ff4afdee09c490 (diff)
Fix spelling discovered by lintian
Gbp-Pq: Name 0002-Fix-spelling-discovered-by-lintian.patch
-rw-r--r--Transceiver52M/osmo-trx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Transceiver52M/osmo-trx.cpp b/Transceiver52M/osmo-trx.cpp
index 09ba14e..bfd68e4 100644
--- a/Transceiver52M/osmo-trx.cpp
+++ b/Transceiver52M/osmo-trx.cpp
@@ -201,7 +201,7 @@ static void print_deprecated(char opt)
{
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)