Module: kamailio
Branch: master
Commit: f72c574372abf4c0286799137896a247ed6269b6
URL:
https://github.com/kamailio/kamailio/commit/f72c574372abf4c0286799137896a24…
Author: Bastian Triller <bastian.triller(a)gmail.com>
Committer: Henning Westerholt <hw(a)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/f72c574372abf4c0286799137896a24…
Patch:
https://github.com/kamailio/kamailio/commit/f72c574372abf4c0286799137896a24…
---
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)