aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2018-07-20 22:03:39 +0200
committerlaforge <laforge@gnumonks.org>2019-07-17 10:58:22 +0000
commit252564b50ea585c02d30d422aa3afcff9df9a7f8 (patch)
treee487505fa5b1ddf309310f029664a554e797bdb3
parent2ded53c4407880b31e89cfac390c2a07afa8625d (diff)
Fix spelling discovered by lintian
-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 06b1a18..b8cf968 100644
--- a/Transceiver52M/osmo-trx.cpp
+++ b/Transceiver52M/osmo-trx.cpp
@@ -255,7 +255,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)