Module: kamailio
Branch: master
Commit: 841681e68a8fd913bc6944eed4f4d00c05f92359
URL:
https://github.com/kamailio/kamailio/commit/841681e68a8fd913bc6944eed4f4d00…
Author: Bastian Triller <bastian.triller(a)gmail.com>
Committer: Henning Westerholt <hw(a)gilawa.com>
Date: 2022-04-11T15:52:36+02:00
pua_dialoginfo: Fix typo
---
Modified: src/modules/pua_dialoginfo/pua_dialoginfo.c
---
Diff:
https://github.com/kamailio/kamailio/commit/841681e68a8fd913bc6944eed4f4d00…
Patch:
https://github.com/kamailio/kamailio/commit/841681e68a8fd913bc6944eed4f4d00…
---
diff --git a/src/modules/pua_dialoginfo/pua_dialoginfo.c
b/src/modules/pua_dialoginfo/pua_dialoginfo.c
index 0385ed90dd..7b27e666c5 100644
--- a/src/modules/pua_dialoginfo/pua_dialoginfo.c
+++ b/src/modules/pua_dialoginfo/pua_dialoginfo.c
@@ -643,7 +643,7 @@ struct dlginfo_cell* get_dialog_data(struct dlg_cell *dlg, int type,
int disable
}
#ifdef PUA_DIALOGINFO_DEBUG
- /* dialog callback testing (registered last to be executed frist) */
+ /* dialog callback testing (registered last to be executed first) */
if (dlg_api.register_dlgcb(dlg,
DLGCB_FAILED| DLGCB_CONFIRMED_NA | DLGCB_CONFIRMED
| DLGCB_REQ_WITHIN | DLGCB_TERMINATED | DLGCB_EXPIRED