osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/32658 )
Change subject: library/MGCP_Emulation: fix typo ......................................................................
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);