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

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


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


Change subject: spelling: memory
......................................................................

spelling: memory

Change-Id: I527e1dba1147a36b042f6eec83e36d77d47c48ea
---
M addons/ooh323c/src/ooq931.c
M include/asterisk/stasis_app_recording.h
2 files changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/28/17028/1

diff --git a/addons/ooh323c/src/ooq931.c b/addons/ooh323c/src/ooq931.c
index 205ee89..41df882 100644
--- a/addons/ooh323c/src/ooq931.c
+++ b/addons/ooh323c/src/ooq931.c
@@ -4109,7 +4109,7 @@
       psNewAlias->value = (char*) memAlloc(pctxt, strlen(alias)+1);
       if(!psNewAlias->value)
       {
-         OOTRACEERR1("Error:Memroy - ooParseDestination - "
+         OOTRACEERR1("Error:Memory - ooParseDestination - "
                      "psNewAlias->value\n");
          memFreePtr(pctxt, psNewAlias);
          return OO_FAILED;
diff --git a/include/asterisk/stasis_app_recording.h b/include/asterisk/stasis_app_recording.h
index 105dd63..5d7f7b8 100644
--- a/include/asterisk/stasis_app_recording.h
+++ b/include/asterisk/stasis_app_recording.h
@@ -96,7 +96,7 @@
  * \param name Name of the recording.
  * \return New recording object.
  * \return \c NULL if recording is not found. \c errno is set to indicate why
- *	- \c ENOMEM - out of memeory
+ *	- \c ENOMEM - out of memory
  *	- \c EACCES - file permissions (or recording is outside the config dir)
  *	- Any of the error codes for stat(), opendir(), readdir()
  */

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

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I527e1dba1147a36b042f6eec83e36d77d47c48ea
Gerrit-Change-Number: 17028
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/46bfdc96/attachment-0001.html>


More information about the asterisk-code-review mailing list