laforge has uploaded this change for review.

View Change

[cosmetic] mgw: fix spelling in comments

Change-Id: I2fb69463b070cdc183fff63ee7dc422169f8928a
---
M mgw/MGCP_Test.ttcn
1 file changed, 12 insertions(+), 3 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/63/36463/1
diff --git a/mgw/MGCP_Test.ttcn b/mgw/MGCP_Test.ttcn
index b7d6b46..3161079 100644
--- a/mgw/MGCP_Test.ttcn
+++ b/mgw/MGCP_Test.ttcn
@@ -2703,7 +2703,7 @@
mgcp_transceive_mgw(cmd, tr_CRCX_ACK);
}

- /* Wait until the stats items have seteled and then check if we get the expected number (all) of
+ /* Wait until the stats items have settled and then check if we get the expected number (all) of
* occupied endpoints */
f_sleep(1.0)
expect := {
@@ -2724,14 +2724,14 @@
cmd := ts_DLCX(get_next_trans_id(), ep);
mgcp_transceive_mgw(cmd, rtmpl);

- /* Query a the statsd once to ensure that intermediate results are pulled from the
+ /* Query the statsd once to ensure that intermediate results are pulled from the
* pipeline. The second query (below) will return the actual result. */
expect := {
{ name := "TTCN3.trunk.e1-1.common.endpoints.used", mtype := "g", min := 0, max := n_e1_ts * 4}
};
f_statsd_expect(expect);

- /* The second query must resturn a result with 0 endpoints in use. */
+ /* The second query must return a result with 0 endpoints in use. */
expect := {
{ name := "TTCN3.trunk.e1-1.common.endpoints.used", mtype := "g", min := 0, max := 0}
};

To view, visit change 36463. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I2fb69463b070cdc183fff63ee7dc422169f8928a
Gerrit-Change-Number: 36463
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge@osmocom.org>
Gerrit-MessageType: newchange