docs: Fix typos in apps/

Found via codespell
This commit is contained in:
Luz Paz
2025-04-09 09:02:27 -04:00
committed by github-actions[bot]
parent b4edd3ab7d
commit b877d20d75
20 changed files with 37 additions and 37 deletions

View File

@@ -289,7 +289,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>
@@ -600,7 +600,7 @@
<parameter name="queuename" required="true">
<enumlist>
<enum name="QUEUEMAX">
<para>Maxmimum number of calls allowed.</para>
<para>Maximum number of calls allowed.</para>
</enum>
<enum name="QUEUESTRATEGY">
<para>The strategy of the queue.</para>
@@ -2042,7 +2042,7 @@ struct call_queue {
int periodicannouncestartdelay; /*!< How long into the queue should the periodic accouncement start */
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 */