pespin has submitted this change. ( https://gerrit.osmocom.org/c/libosmo-sigtran/+/42040?usp=email )
Change subject: cosmetic: Fix typo in comment ......................................................................
cosmetic: Fix typo in comment
Change-Id: If5adb80baaae78cae7164e1f85c53195eafa6e3e --- M src/ss7_as_vty.c 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: laforge: Looks good to me, approved Jenkins Builder: Verified
diff --git a/src/ss7_as_vty.c b/src/ss7_as_vty.c index 92e16bb..2d919bb 100644 --- a/src/ss7_as_vty.c +++ b/src/ss7_as_vty.c @@ -666,7 +666,7 @@ /* AS in ASP role should be configured with a local PC which they can * then announce using RKM. * Still, allow STPs to have AS(P) configured in an ASP mode to talk to a - * peer STP by announcing remove PCs. */ + * peer STP by announcing remote PCs. */ if (as_role == OSMO_SS7_ASP_ROLE_ASP && !osmo_ss7_pc_is_local(as->inst, as->cfg.routing_key.pc)) vty_out(vty, "%% AS '%s' with local role ASP should have a local PC configured in its "