Cosmetic: Fix spelling in smpp vty

Change-Id: Id3fa3f26c333bf445590fd75ad7a08be68fed3e2
This commit is contained in:
Keith Whyte 2019-01-17 01:08:33 +01:00 committed by Keith Whyte
parent c6d219cd83
commit 72520f8d4f
1 changed files with 2 additions and 2 deletions

View File

@ -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;