mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 12:36:58 +00:00
docs: Fix typos in cdr/
Found via codespell
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user