pespin has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/libosmo-sigtran/+/40578?usp=email )


Change subject: cosmetic: Fix typo in comment
......................................................................

cosmetic: Fix typo in comment

Change-Id: Ide34bf01230fd416c8192a90474039e2f41cb6cd
---
M src/ss7_vty.c
M src/xua_snm.c
2 files changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmo-sigtran 
refs/changes/78/40578/1

diff --git a/src/ss7_vty.c b/src/ss7_vty.c
index a3f1a34..9916185 100644
--- a/src/ss7_vty.c
+++ b/src/ss7_vty.c
@@ -1334,7 +1334,7 @@
        llist_for_each_entry(as, &inst->as_list, list)
                ss7_vty_write_one_as(vty, as, show_dyn_config);

-       /* now dump everything that is relevent for the SG role */
+       /* now dump everything that is relevant for the SG role */
        if (cs7_role == CS7_ROLE_SG) {

                /* dump routes, as their target ASs exist */
diff --git a/src/xua_snm.c b/src/xua_snm.c
index 6bbeec7..04568d2 100644
--- a/src/xua_snm.c
+++ b/src/xua_snm.c
@@ -167,7 +167,7 @@
        rt = ss7_route_table_find_route_by_dpc_mask_as(s7i->rtable_system, pc, 
0xffffff, as, true);
        if (!rt) {
                /* No dynamic fully qualified route found. Add dynamic fully
-                * squalified route and mark it as (un)available: */
+                * qualified route and mark it as (un)available: */
                rt = ss7_route_create(s7i->rtable_system, pc, 0xffffff, true, 
as->cfg.name);
                if (!rt) {
                        LOGPAS(as, DLSS7, LOGL_ERROR, "Unable to create dynamic 
route for pc=%u=%s status=%s\n",

--
To view, visit https://gerrit.osmocom.org/c/libosmo-sigtran/+/40578?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings?usp=email

Gerrit-MessageType: newchange
Gerrit-Project: libosmo-sigtran
Gerrit-Branch: master
Gerrit-Change-Id: Ide34bf01230fd416c8192a90474039e2f41cb6cd
Gerrit-Change-Number: 40578
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pes...@sysmocom.de>

Reply via email to