aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorKeith <keith@rhizomatica.org>2019-01-17 00:27:01 +0000
committerKeith Whyte <keith@rhizomatica.org>2019-01-17 15:04:54 +0000
commit6504c9d391201bc730a3329c377a1ca1226f812f (patch)
tree2c4fcd12bbfd1d8ee3cc7fbef1677d90e66e7e23 /openbsc
parent4365ca3ffd23572286101a28057fc555b0a4a219 (diff)
Cosmetic: Fix spelling in smpp vty
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/src/libmsc/smpp_vty.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsc/src/libmsc/smpp_vty.c b/openbsc/src/libmsc/smpp_vty.c
index ff0314e15..f1df6527a 100644
--- a/openbsc/src/libmsc/smpp_vty.c
+++ b/openbsc/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;