osmith has uploaded this change for review.

View Change

library/MGCP_Emulation: fix typo

Change-Id: Ie456993821264b564458f6a9131889dac969d344
---
M library/MGCP_Emulation.ttcn
1 file changed, 10 insertions(+), 1 deletion(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/58/32658/1
diff --git a/library/MGCP_Emulation.ttcn b/library/MGCP_Emulation.ttcn
index 53aae1b..3167579 100644
--- a/library/MGCP_Emulation.ttcn
+++ b/library/MGCP_Emulation.ttcn
@@ -448,7 +448,7 @@
runs on MGCP_Emulation_CT {
var integer i;

- /* Check an entry like this is not already presnt */
+ /* Check an entry like this is not already present */
for (i := 0; i < sizeof(MgcpExpectTable); i := i+1) {
if (crit == MgcpExpectTable[i].crit) {
setverdict(fail, "Crit already present", crit);

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

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Ie456993821264b564458f6a9131889dac969d344
Gerrit-Change-Number: 32658
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>
Gerrit-MessageType: newchange