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

Josh Soref asteriskteam at digium.com
Sun Nov 7 00:12:35 CDT 2021


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


Change subject: spelling: necessary
......................................................................

spelling: necessary

Change-Id: I25394dea4489f3a5045d13d653042bf9a86ec880
---
M CHANGES
M addons/chan_ooh323.c
M addons/ooh323c/src/memheap.c
M apps/app_meetme.c
4 files changed, 4 insertions(+), 4 deletions(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/50/17050/1

diff --git a/CHANGES b/CHANGES
index ed72b94..6cf85db 100644
--- a/CHANGES
+++ b/CHANGES
@@ -5236,7 +5236,7 @@
  * Rules in ACLs (specified using 'permit' and 'deny') can now contain multiple
    items (separated by commas), and items in the rule can be negated by prefixing
    them with '!'. This simplifies Asterisk Realtime configurations, since it is no
-   longer necessray to control the order that the 'permit' and 'deny' columns are
+   longer necessary to control the order that the 'permit' and 'deny' columns are
    returned from queries.
 
  * DUNDi now allows the built in variables ${NUMBER}, ${IPADDR} and ${SECRET} to
diff --git a/addons/chan_ooh323.c b/addons/chan_ooh323.c
index 170a5c9..bb3f2d6 100644
--- a/addons/chan_ooh323.c
+++ b/addons/chan_ooh323.c
@@ -3167,7 +3167,7 @@
 	ast_config_destroy(cfg);
 
 
-	/* Determine ip address if neccessary */
+	/* Determine ip address if necessary */
 	if (ast_strlen_zero(gIP)) {
 		ooGetLocalIPAddress(gIP);
 		if (!strcmp(gIP, "127.0.0.1") || !strcmp(gIP, "::1")) {
diff --git a/addons/ooh323c/src/memheap.c b/addons/ooh323c/src/memheap.c
index 5446522..4d0f83f 100644
--- a/addons/ooh323c/src/memheap.c
+++ b/addons/ooh323c/src/memheap.c
@@ -272,7 +272,7 @@
                          QOFFSETOF (pElem, pMemBlk->data) + 1)
                      {
 
-                        /* modify the pMemBlk->freeElemOff value if necsry */
+                        /* modify the pMemBlk->freeElemOff value if necessary */
 
                         OSMemElemDescr* nextFree = GET_NEXT_FREE (pElem);
                         FORCE_SET_FREE_ELEM (pMemBlk, nextFree);
diff --git a/apps/app_meetme.c b/apps/app_meetme.c
index ca9fbb3..ebf69e0 100644
--- a/apps/app_meetme.c
+++ b/apps/app_meetme.c
@@ -1654,7 +1654,7 @@
 	cnf->fd = open("/dev/dahdi/pseudo", O_RDWR);
 	if (cnf->fd < 0 || ioctl(cnf->fd, DAHDI_SETCONF, &dahdic)) {
 		if (test) {
-			/* if we are creating a conference for a unit test, it is not neccesary
+			/* if we are creating a conference for a unit test, it is not necessary
 			 * to open a pseudo channel, so, if we fail continue creating
 			 * the conference. */
 			ast_test_status_update(test, "Unable to open DAHDI pseudo device\n");

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

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I25394dea4489f3a5045d13d653042bf9a86ec880
Gerrit-Change-Number: 17050
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/e9f22677/attachment.html>


More information about the asterisk-code-review mailing list