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

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


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


Change subject: spelling: announcement
......................................................................

spelling: announcement

Change-Id: Icfa5b025fd7f0c19aa5203b46e8f064c92d02021
---
M CHANGES
M apps/app_confbridge.c
M apps/app_queue.c
M bridges/bridge_builtin_interval_features.c
M main/bridge_channel.c
5 files changed, 5 insertions(+), 5 deletions(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/24/16724/1

diff --git a/CHANGES b/CHANGES
index 2cff013..a420c5a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7133,7 +7133,7 @@
     "manager show command QueueReset."
   * New configuration option: randomperiodicannounce. If a list of periodic announcements is
     specified by the periodic-announce option, then one will be chosen randomly when it is time
-    to play a periodic announcment
+    to play a periodic announcement
   * New configuration options: announce-position now takes two more values in addition to "yes" and
     "no." Two new options, "limit" and "more," are allowed. These are tied to another option,
     announce-position-limit. By setting announce-position to "limit" callers will only have their
diff --git a/apps/app_confbridge.c b/apps/app_confbridge.c
index 4290521..9549d4c 100644
--- a/apps/app_confbridge.c
+++ b/apps/app_confbridge.c
@@ -979,7 +979,7 @@
  * \param user Optional Caller
  * \param bridge_channel The bridged channel involved
  *
- * \note if caller is NULL, the announcment will be sent to all participants in the conference.
+ * \note if caller is NULL, the announcement will be sent to all participants in the conference.
  * \return Returns 0 on success, -1 if the user hung up
  */
 static int announce_user_count(struct confbridge_conference *conference, struct confbridge_user *user,
diff --git a/apps/app_queue.c b/apps/app_queue.c
index cfe49c3..d74968c 100644
--- a/apps/app_queue.c
+++ b/apps/app_queue.c
@@ -1731,7 +1731,7 @@
 	int minannouncefrequency;           /*!< The minimum number of seconds between position announcements (def. 15) */
 	int periodicannouncefrequency;      /*!< How often to play periodic announcement */
 	int numperiodicannounce;            /*!< The number of periodic announcements configured */
-	int randomperiodicannounce;         /*!< Are periodic announcments randomly chosen */
+	int randomperiodicannounce;         /*!< Are periodic announcements randomly chosen */
 	int roundingseconds;                /*!< How many seconds do we round to? */
 	int holdtime;                       /*!< Current avg holdtime, based on an exponential average */
 	int talktime;                       /*!< Current avg talktime, based on the same exponential average */
diff --git a/bridges/bridge_builtin_interval_features.c b/bridges/bridge_builtin_interval_features.c
index a8edc21..9c77f72 100644
--- a/bridges/bridge_builtin_interval_features.c
+++ b/bridges/bridge_builtin_interval_features.c
@@ -100,7 +100,7 @@
 
 	/*
 	 * It may be necessary to resume music on hold after we finish
-	 * playing the announcment.
+	 * playing the announcement.
 	 */
 	if (ast_test_flag(ast_channel_flags(bridge_channel->chan), AST_FLAG_MOH)) {
 		const char *latest_musicclass;
diff --git a/main/bridge_channel.c b/main/bridge_channel.c
index 7e058af..029a8de 100644
--- a/main/bridge_channel.c
+++ b/main/bridge_channel.c
@@ -1334,7 +1334,7 @@
 
 	/*
 	 * It may be necessary to resume music on hold after we finish
-	 * playing the announcment.
+	 * playing the announcement.
 	 */
 	if (ast_test_flag(ast_channel_flags(bridge_channel->chan), AST_FLAG_MOH)) {
 		const char *latest_musicclass;

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

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: Icfa5b025fd7f0c19aa5203b46e8f064c92d02021
Gerrit-Change-Number: 16724
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/47094f36/attachment-0001.html>


More information about the asterisk-code-review mailing list