瀏覽代碼

uid_auth_db: Fix typos

(cherry picked from commit f72c574372abf4c0286799137896a247ed6269b6)
Bastian Triller 3 年之前
父節點
當前提交
af6533f079
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/modules/uid_auth_db/authorize.c

+ 1 - 1
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)