aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/osmo-bsc
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2016-12-20 17:38:31 +0100
committerMax <msuraev@sysmocom.de>2016-12-20 17:39:55 +0100
commit59d57da1e55f19663d1f7fe3491e196bb855ad88 (patch)
tree5fba31d7d4be31e7dfe43c9f36af8c9c4edad3a6 /openbsc/src/osmo-bsc
parent0c32685898604ca5c6546882deb642a17ddce937 (diff)
Fix some typos in stdout output
Diffstat (limited to 'openbsc/src/osmo-bsc')
-rw-r--r--openbsc/src/osmo-bsc/osmo_bsc_vty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/osmo-bsc/osmo_bsc_vty.c b/openbsc/src/osmo-bsc/osmo_bsc_vty.c
index e623c9c10..86ccec428 100644
--- a/openbsc/src/osmo-bsc/osmo_bsc_vty.c
+++ b/openbsc/src/osmo-bsc/osmo_bsc_vty.c
@@ -688,7 +688,7 @@ DEFUN(cfg_msc_no_acc_lst_name,
DEFUN(cfg_net_bsc_mid_call_text,
cfg_net_bsc_mid_call_text_cmd,
"mid-call-text .TEXT",
- "Set the USSD notifcation to be send.\n" "Text to be sent\n")
+ "Set the USSD notification to be send.\n" "Text to be sent\n")
{
struct osmo_bsc_data *data = osmo_bsc_data(vty);
char *txt = argv_concat(argv, argc, 0);