DIAMETER_Emulation: Fix typo in comment

Change-Id: I6163fc9153082598c7211b16a7c18fb95cf3d08a
This commit is contained in:
Pau Espin 2022-04-11 12:00:53 +02:00 committed by pespin
parent e4361705c1
commit 69730a29a4
1 changed files with 1 additions and 1 deletions

View File

@ -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;