aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeith <keith@rhizomatica.org>2019-01-17 01:08:33 +0100
committerKeith Whyte <keith@rhizomatica.org>2019-01-17 14:04:07 +0000
commit72520f8d4f6190e9ee713d45127832c029da0d3b (patch)
treed16db995e88ba48176ea94347f887068b4bf4abe
parentc6d219cd830eca9f371fe6ef781d240e4f7874a4 (diff)
Cosmetic: Fix spelling in smpp vty
-rw-r--r--src/libmsc/smpp_vty.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libmsc/smpp_vty.c b/src/libmsc/smpp_vty.c
index 589670787..4c179d429 100644
--- a/src/libmsc/smpp_vty.c
+++ b/src/libmsc/smpp_vty.c
@@ -164,7 +164,7 @@ DEFUN(cfg_smpp_sys_id, cfg_smpp_sys_id_cmd,
DEFUN(cfg_smpp_policy, cfg_smpp_policy_cmd,
"policy (accept-all|closed)",
"Set the authentication policy of this SMSC\n"
- "Accept all SMPP connections independeint of system ID / passwd\n"
+ "Accept all SMPP connections independent of system ID / password\n"
"Accept only SMPP connections from ESMEs explicitly configured")
{
struct smsc *smsc = smsc_from_vty(vty);
@@ -541,7 +541,7 @@ static void dump_one_esme(struct vty *vty, struct osmo_esme *esme)
DEFUN(show_esme, show_esme_cmd,
"show smpp esme",
- SHOW_STR "SMPP Interface\n" "SMPP Extrenal SMS Entity\n")
+ SHOW_STR "SMPP Interface\n" "SMPP External SMS Entity\n")
{
struct smsc *smsc = smsc_from_vty(vty);
struct osmo_esme *esme;