[Asterisk-code-review] spelling: adequately (asterisk[master])

Josh Soref asteriskteam at digium.com
Sun Nov 7 00:03:10 CDT 2021


Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/16706 )


Change subject: spelling: adequately
......................................................................

spelling: adequately

Change-Id: I3e216fd78a308a78417487f832297463fce29236
---
M cdr/cdr_pgsql.c
M cel/cel_pgsql.c
2 files changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/06/16706/1

diff --git a/cdr/cdr_pgsql.c b/cdr/cdr_pgsql.c
index 56d2c6d..b342e39 100644
--- a/cdr/cdr_pgsql.c
+++ b/cdr/cdr_pgsql.c
@@ -379,7 +379,7 @@
 
 						/* 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);
diff --git a/cel/cel_pgsql.c b/cel/cel_pgsql.c
index 4accd56..68cb07a 100644
--- a/cel/cel_pgsql.c
+++ b/cel/cel_pgsql.c
@@ -314,7 +314,7 @@
 
 						/* 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);

-- 
To view, visit https://gerrit.asterisk.org/c/asterisk/+/16706
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I3e216fd78a308a78417487f832297463fce29236
Gerrit-Change-Number: 16706
Gerrit-PatchSet: 1
Gerrit-Owner: Josh Soref <jsoref at gmail.com>
Gerrit-CC: Friendly Automation
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20211107/cf7c08cc/attachment.html>


More information about the asterisk-code-review mailing list