[sr-dev] git:master:f72c5743: uid_auth_db: Fix typos

Henning Westerholt hw at gilawa.com
Sun May 8 17:30:23 CEST 2022


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

Author: Bastian Triller <bastian.triller at gmail.com>
Committer: Henning Westerholt <hw at gilawa.com>
Date: 2022-05-08T17:30:14+02:00

uid_auth_db: Fix typos

---

Modified: src/modules/uid_auth_db/authorize.c

---

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

---

diff --git a/src/modules/uid_auth_db/authorize.c b/src/modules/uid_auth_db/authorize.c
index 0dd155adda..a71fd45793 100644
--- a/src/modules/uid_auth_db/authorize.c
+++ b/src/modules/uid_auth_db/authorize.c
@@ -216,7 +216,7 @@ static int generate_avps(db_res_t* result, db_rec_t *row)
 /* this is a dirty work around to check the credentials of all users,
  * if the database query returned more then one result
  *
- * Fills res (which must be db_free'd afterwards if the call was succesfull)
+ * Fills res (which must be db_free'd afterwards if the call was successful)
  * returns  0 on success, 1 on no match (?)
  *          and -1 on error (memory, db a.s.o).
  * WARNING: if -1 is returned res _must_ _not_ be freed (it's empty)




More information about the sr-dev mailing list