Keith Whyte has uploaded this change for review. ( 
https://gerrit.osmocom.org/12600


Change subject: Cosmetic: Fix spelling in smpp vty
......................................................................

Cosmetic: Fix spelling in smpp vty

Change-Id: Id3fa3f26c333bf445590fd75ad7a08be68fed3e2
---
M src/libmsc/smpp_vty.c
1 file changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/00/12600/1

diff --git a/src/libmsc/smpp_vty.c b/src/libmsc/smpp_vty.c
index 5896707..4c179d4 100644
--- a/src/libmsc/smpp_vty.c
+++ b/src/libmsc/smpp_vty.c
@@ -164,7 +164,7 @@
 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 @@

 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;

--
To view, visit https://gerrit.osmocom.org/12600
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Id3fa3f26c333bf445590fd75ad7a08be68fed3e2
Gerrit-Change-Number: 12600
Gerrit-PatchSet: 1
Gerrit-Owner: Keith Whyte <ke...@rhizomatica.org>

Reply via email to