aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2022-04-11 12:00:53 +0200
committerpespin <pespin@sysmocom.de>2022-04-11 12:04:55 +0000
commit69730a29a4095d4b96ef460add066ab7e09d132d (patch)
treee886aced7f827be81ae8148c13012149f785af67
parente4361705c135d6fd1d056ad9219059a1668f5124 (diff)
DIAMETER_Emulation: Fix typo in comment
-rw-r--r--library/DIAMETER_Emulation.ttcn2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/DIAMETER_Emulation.ttcn b/library/DIAMETER_Emulation.ttcn
index e53f4e58..0f1b9fea 100644
--- a/library/DIAMETER_Emulation.ttcn
+++ b/library/DIAMETER_Emulation.ttcn
@@ -399,7 +399,7 @@ type port DIAMETEREM_PROC_PT procedure {
inout DIAMETEREM_register;
} with { extension "internal" };
-/* Function that can be used as create_cb and will usse the expect table */
+/* Function that can be used as create_cb and will use the expect table */
function ExpectedCreateCallback(PDU_DIAMETER msg, hexstring imsi, charstring id)
runs on DIAMETER_Emulation_CT return DIAMETER_ConnHdlr {
var DIAMETER_ConnHdlr ret := null;