[sr-dev] git:master:841681e6: pua_dialoginfo: Fix typo

Henning Westerholt hw at gilawa.com
Mon Apr 11 15:52:41 CEST 2022


Module: kamailio
Branch: master
Commit: 841681e68a8fd913bc6944eed4f4d00c05f92359
URL: https://github.com/kamailio/kamailio/commit/841681e68a8fd913bc6944eed4f4d00c05f92359

Author: Bastian Triller <bastian.triller at gmail.com>
Committer: Henning Westerholt <hw at 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/841681e68a8fd913bc6944eed4f4d00c05f92359.diff
Patch: https://github.com/kamailio/kamailio/commit/841681e68a8fd913bc6944eed4f4d00c05f92359.patch

---

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




More information about the sr-dev mailing list