aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-09-15 19:01:31 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-09-15 19:01:31 +0800
commit85804a80d4d6cdd246a6d2ea03c6aee827417a7a (patch)
treef233dd36d4712c125efb54c55e2754018ed554cb
parenta594342f71e835d0316a3ee655a6c1a58679e1b4 (diff)
nat: Fix the grammar of the sentence for listing open sccp connections0.9.6
-rw-r--r--openbsc/src/nat/bsc_nat_vty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/nat/bsc_nat_vty.c b/openbsc/src/nat/bsc_nat_vty.c
index 0bbd313a9..4dbec0af4 100644
--- a/openbsc/src/nat/bsc_nat_vty.c
+++ b/openbsc/src/nat/bsc_nat_vty.c
@@ -112,7 +112,7 @@ DEFUN(show_sccp, show_sccp_cmd, "show sccp connections",
SHOW_STR "Display information about current SCCP connections")
{
struct sccp_connections *con;
- vty_out(vty, "Listing all opening SCCP connections%s", VTY_NEWLINE);
+ vty_out(vty, "Listing all open SCCP connections%s", VTY_NEWLINE);
llist_for_each_entry(con, &_nat->sccp_connections, list_entry) {
vty_out(vty, "For BSC Nr: %d lac: %d; BSC ref: 0x%x; MUX ref: 0x%x; Network has ref: %d ref: 0x%x MSC/BSC mux: 0x%x/0x%x type: %s%s",