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

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


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


Change subject: spelling: preceded
......................................................................

spelling: preceded

Change-Id: I372359acfdbe7e28adcb66ffd2ce2ef7cd72c6c8
---
M apps/app_audiosocket.c
M apps/app_echo.c
M apps/app_mixmonitor.c
M apps/app_morsecode.c
M apps/app_mp3.c
M apps/app_queue.c
M apps/app_saycounted.c
M contrib/scripts/ast_loggrabber
M include/asterisk/callerid.h
M main/manager.c
M main/say.c
M res/res_musiconhold.c
12 files changed, 13 insertions(+), 13 deletions(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/08/17108/1

diff --git a/apps/app_audiosocket.c b/apps/app_audiosocket.c
index a8dbcdb..a9de60d 100644
--- a/apps/app_audiosocket.c
+++ b/apps/app_audiosocket.c
@@ -62,7 +62,7 @@
 		<description>
 			<para>Connects to the given TCP service, then transmits channel audio over that socket.  In turn, audio is received from the socket and sent to the channel.  Only audio frames will be transmitted.</para>
 			<para>Protocol is specified at https://wiki.asterisk.org/wiki/display/AST/AudioSocket</para>
-			<para>This application does not automatically answer and should generally be preceeded by an application such as Answer() or Progress().</para>
+			<para>This application does not automatically answer and should generally be preceded by an application such as Answer() or Progress().</para>
 		</description>
 	</application>
  ***/
diff --git a/apps/app_echo.c b/apps/app_echo.c
index b70ab36..c8da98c 100644
--- a/apps/app_echo.c
+++ b/apps/app_echo.c
@@ -46,7 +46,7 @@
 			channel back to itself. This will not echo CONTROL, MODEM, or NULL
 			frames. Note: If '#' detected application exits.</para>
 			<para>This application does not automatically answer and should be
-			preceeded by an application such as Answer() or Progress().</para>
+			preceded by an application such as Answer() or Progress().</para>
 		</description>
 	</application>
  ***/
diff --git a/apps/app_mixmonitor.c b/apps/app_mixmonitor.c
index 374c567..fdf1234 100644
--- a/apps/app_mixmonitor.c
+++ b/apps/app_mixmonitor.c
@@ -153,7 +153,7 @@
 		</syntax>
 		<description>
 			<para>Records the audio on the current channel to the specified file.</para>
-			<para>This application does not automatically answer and should be preceeded by
+			<para>This application does not automatically answer and should be preceded by
 			an application such as Answer or Progress().</para>
 			<note><para>MixMonitor runs as an audiohook.</para></note>
 			<note><para>If a filename passed to MixMonitor ends with
diff --git a/apps/app_morsecode.c b/apps/app_morsecode.c
index 995eb70..0970fac 100644
--- a/apps/app_morsecode.c
+++ b/apps/app_morsecode.c
@@ -51,7 +51,7 @@
 		</syntax>
 		<description>
 			<para>Plays the Morse code equivalent of the passed string.</para>
-			<para>This application does not automatically answer and should be preceeded by
+			<para>This application does not automatically answer and should be preceded by
 			an application such as Answer() or Progress().</para>
 			<para>This application uses the following variables:</para>
 			<variablelist>
diff --git a/apps/app_mp3.c b/apps/app_mp3.c
index 8422240..a369656 100644
--- a/apps/app_mp3.c
+++ b/apps/app_mp3.c
@@ -68,7 +68,7 @@
 			to see how M3U playlist file format is like, Example usage would be
 			exten => 1234,1,MP3Player(/var/lib/asterisk/playlist.m3u)
 			User can exit by pressing any key on the dialpad, or by hanging up.</para>
-			<para>This application does not automatically answer and should be preceeded by an
+			<para>This application does not automatically answer and should be preceded by an
 			application such as Answer() or Progress().</para>
 		</description>
 	</application>
diff --git a/apps/app_queue.c b/apps/app_queue.c
index ff6ad76..32a5f79 100644
--- a/apps/app_queue.c
+++ b/apps/app_queue.c
@@ -277,7 +277,7 @@
 			up by another user.</para>
 			<para>This application will return to the dialplan if the queue does not exist, or
 			any of the join options cause the caller to not enter the queue.</para>
-			<para>This application does not automatically answer and should be preceeded
+			<para>This application does not automatically answer and should be preceded
 			by an application such as Answer(), Progress(), or Ringing().</para>
 			<para>This application sets the following channel variables upon completion:</para>
 			<variablelist>
diff --git a/apps/app_saycounted.c b/apps/app_saycounted.c
index 0e0f2e0..8e4283e 100644
--- a/apps/app_saycounted.c
+++ b/apps/app_saycounted.c
@@ -63,7 +63,7 @@
 			implement complicated spelling rules.  We simply record the word
 			"men" in the sound file named "mans".</para>
 			<para>This application does not automatically answer and should be
-			preceeded by an application such as Answer() or Progress.</para>
+			preceded by an application such as Answer() or Progress.</para>
 		</description>
 		<see-also>
 			<ref type="application">SayCountedAdj</ref>
@@ -102,7 +102,7 @@
 			SayCountedAdj(5,new,f) will play sound file "newx" (containing the
 			word "novikh").</para>
 			<para>This application does not automatically answer and should be
-			preceeded by an application such as Answer(), Progress(), or
+			preceded by an application such as Answer(), Progress(), or
 			Proceeding().</para>
 		</description>
 		<see-also>
diff --git a/contrib/scripts/ast_loggrabber b/contrib/scripts/ast_loggrabber
index cb22dd4..9906a48 100755
--- a/contrib/scripts/ast_loggrabber
+++ b/contrib/scripts/ast_loggrabber
@@ -231,7 +231,7 @@
 args=parser.parse_args()
 
 # We only convert timestamps that are at the beginning of a line
-# or are preceeded by a whilespace character or a '['
+# or are preceded by a whilespace character or a '['
 rets = re.compile(r'(^|(?<=\s|\[))\d+(\.\d+)?', flags=re.M)
 if args.timezone and len(args.timezone) > 0:
    tzf = tz.tzfile('/usr/share/zoneinfo/' + args.timezone)
diff --git a/include/asterisk/callerid.h b/include/asterisk/callerid.h
index ac49b35..777553d 100644
--- a/include/asterisk/callerid.h
+++ b/include/asterisk/callerid.h
@@ -218,7 +218,7 @@
 /*!
  * \brief Generate a CAS (CPE Alert Signal) tone for 'n' samples
  * \param outbuf Allocated buffer for data.  Must be at least 2400 bytes unless no SAS is desired
- * \param sas Non-zero if CAS should be preceeded by SAS
+ * \param sas Non-zero if CAS should be preceded by SAS
  * \param len How many samples to generate.
  * \param codec Which codec (AST_FORMAT_ALAW or AST_FORMAT_ULAW)
  * \return Returns -1 on error (if len is less than 2400), 0 on success.
diff --git a/main/manager.c b/main/manager.c
index 90a4f8b..bc52c2d 100644
--- a/main/manager.c
+++ b/main/manager.c
@@ -1261,7 +1261,7 @@
 				<para>This filter option is used to whitelist or blacklist events per user to be
 				reported with regular expressions and are allowed if both the regex matches
 				and the user has read access as defined in manager.conf. Filters are assumed to be for whitelisting
-				unless preceeded by an exclamation point, which marks it as being black.
+				unless preceded by an exclamation point, which marks it as being black.
 				Evaluation of the filters is as follows:</para>
 				<para>- If no filters are configured all events are reported as normal.</para>
 				<para>- If there are white filters only: implied black all filter processed first, then white filters.</para>
diff --git a/main/say.c b/main/say.c
index 2862799..cb30921 100644
--- a/main/say.c
+++ b/main/say.c
@@ -5132,7 +5132,7 @@
 				}
 				break;
 			case 'H':
-				/* 24-Hour, single digit hours preceeded by "oh" (0) */
+				/* 24-Hour, single digit hours preceded by "oh" (0) */
 				if (tm.tm_hour < 10 && tm.tm_hour > 0) {
 					res = wait_file(chan, ints, "digits/0", lang);
 				}
diff --git a/res/res_musiconhold.c b/res/res_musiconhold.c
index e982c97..ea25190 100644
--- a/res/res_musiconhold.c
+++ b/res/res_musiconhold.c
@@ -92,7 +92,7 @@
 			Set(CHANNEL(musicclass)=...). If duration is given, hold music will be played
 			specified number of seconds. If duration is omitted, music plays indefinitely.
 			Returns <literal>0</literal> when done, <literal>-1</literal> on hangup.</para>
-			<para>This application does not automatically answer and should be preceeded by
+			<para>This application does not automatically answer and should be preceded by
 			an application such as Answer() or Progress().</para>
 		</description>
 	</application>

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

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I372359acfdbe7e28adcb66ffd2ce2ef7cd72c6c8
Gerrit-Change-Number: 17108
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/0e693cdc/attachment-0001.html>


More information about the asterisk-code-review mailing list