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

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


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


Change subject: spelling: message
......................................................................

spelling: message

Change-Id: Ib51c50c37137b36e15390aa0b216dfc01b272d72
---
M CREDITS
M addons/ooh323c/src/ooq931.h
M include/asterisk/manager.h
M include/asterisk/message.h
M main/cdr.c
5 files changed, 5 insertions(+), 5 deletions(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/29/17029/1

diff --git a/CREDITS b/CREDITS
index 1f16b85..4ba30c5 100644
--- a/CREDITS
+++ b/CREDITS
@@ -198,7 +198,7 @@
 	* Daniel Nylander - Support for Swedish and Norwegian languages in
 		voicemail. http://www.danielnylander.se/
 
-	* Stojan Sljivic - An option for maximum number of messsages per
+	* Stojan Sljivic - An option for maximum number of messages per
 		mailbox in voicemail.  Also an issue with voicemail 
 		synchronization has been fixed. GDS Partners 
 		www.gdspartners.com stojan.sljivic(AT)gdspartners.com
diff --git a/addons/ooh323c/src/ooq931.h b/addons/ooh323c/src/ooq931.h
index 2f083b8..949ce88 100644
--- a/addons/ooh323c/src/ooq931.h
+++ b/addons/ooh323c/src/ooq931.h
@@ -229,7 +229,7 @@
 
 /**
  * Q.931 message structure. Contains context for memory allocation,
- * protocol discriminator, call reference, meesage type and list of
+ * protocol discriminator, call reference, message type and list of
  * user-user information elements (IEs).
  */
 typedef struct Q931Message {
diff --git a/include/asterisk/manager.h b/include/asterisk/manager.h
index dbfa150..47491b8 100644
--- a/include/asterisk/manager.h
+++ b/include/asterisk/manager.h
@@ -132,7 +132,7 @@
 
 /*! \brief Registered hooks can call this function to invoke actions and they will receive responses through registered callback
  * \param hook the file identifier specified in manager_custom_hook struct when registering a hook
- * \param msg ami action mesage string e.g. "Action: SipPeers\r\n"
+ * \param msg ami action message string e.g. "Action: SipPeers\r\n"
 
  * \retval 0 on Success
  * \retval non-zero on Failure
diff --git a/include/asterisk/message.h b/include/asterisk/message.h
index 09307a0..2147e22 100644
--- a/include/asterisk/message.h
+++ b/include/asterisk/message.h
@@ -285,7 +285,7 @@
  * \note The return value is valid only as long as the ast_message is valid. Hold a reference
  *       to the message if you plan on storing the return value.
  *
- * \return The body of the messsage, encoded in UTF-8.
+ * \return The body of the message, encoded in UTF-8.
  */
 const char *ast_msg_get_body(const struct ast_msg *msg);
 
diff --git a/main/cdr.c b/main/cdr.c
index abc5cb3..3840c64 100644
--- a/main/cdr.c
+++ b/main/cdr.c
@@ -2793,7 +2793,7 @@
 	}
 
 	if (unhandled) {
-		/* Nothing handled the messgae - we need a new one! */
+		/* Nothing handled the message - we need a new one! */
 		struct cdr_object *new_cdr;
 
 		new_cdr = cdr_object_create_and_append(cdr, stasis_message_timestamp(message));

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

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: Ib51c50c37137b36e15390aa0b216dfc01b272d72
Gerrit-Change-Number: 17029
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/79b7d31a/attachment-0001.html>


More information about the asterisk-code-review mailing list