docs: Fix typos in cdr/

Found via codespell

(cherry picked from commit 16f48f504e)
This commit is contained in:
Luz Paz
2025-02-12 10:15:10 -05:00
committed by Asterisk Development Team
parent 595a58685b
commit 1f1bd00c34
4 changed files with 4 additions and 4 deletions

View File

@@ -375,7 +375,7 @@ static int pgsql_log(struct ast_cdr *cdr)
/* If our argument size exceeds our buffer, grow it,
* as PQescapeStringConn() expects the buffer to be
* adequitely sized and does *NOT* do size checking.
* adequately sized and does *NOT* do size checking.
*/
if (required_size > bufsize) {
char *tmpbuf = ast_realloc(escapebuf, required_size);