[sr-dev] git:5.3:81e39705: pua: fix spelling error

Victor Seva linuxmaniac at torreviejawireless.org
Tue Oct 22 10:28:28 CEST 2019


Module: kamailio
Branch: 5.3
Commit: 81e39705affe8efe3e544ef34ae4e7649f745512
URL: https://github.com/kamailio/kamailio/commit/81e39705affe8efe3e544ef34ae4e7649f745512

Author: Victor Seva <linuxmaniac at torreviejawireless.org>
Committer: Victor Seva <linuxmaniac at torreviejawireless.org>
Date: 2019-10-22T10:27:33+02:00

pua: fix spelling error

(cherry picked from commit d06e85d6fa9e75e8008bc422a7596671283054f7)

---

Modified: src/modules/pua/send_subscribe.c

---

Diff:  https://github.com/kamailio/kamailio/commit/81e39705affe8efe3e544ef34ae4e7649f745512.diff
Patch: https://github.com/kamailio/kamailio/commit/81e39705affe8efe3e544ef34ae4e7649f745512.patch

---

diff --git a/src/modules/pua/send_subscribe.c b/src/modules/pua/send_subscribe.c
index 254e77e7fd..fd13836391 100644
--- a/src/modules/pua/send_subscribe.c
+++ b/src/modules/pua/send_subscribe.c
@@ -669,7 +669,7 @@ void subs_cback_func(struct cell *t, int cb_type, struct tmcb_params *ps)
 	{
 		LM_DBG("BLA_SUBSCRIBE FLAG inserted\n");
 	}	
-	LM_DBG("record for subscribe from %.*s to %.*s inserted in datatbase\n",
+	LM_DBG("record for subscribe from %.*s to %.*s inserted in database\n",
 			presentity->watcher_uri->len, presentity->watcher_uri->s,
 			presentity->pres_uri->len, presentity->pres_uri->s);
 




More information about the sr-dev mailing list