funcs: Spelling fixes

Correct typos of the following word families:

effectively
emitted
expect
anthony

ASTERISK-29714

Change-Id: Ic16f9ec855bb6d14ec8e170b90af9a36b06d488a
This commit is contained in:
Josh Soref
2021-10-30 21:04:34 -04:00
committed by Friendly Automation
parent ccb8b8ffbf
commit 1b1f5f9f67
4 changed files with 8 additions and 8 deletions

View File

@@ -22,7 +22,7 @@
* \brief String manipulation dialplan functions
*
* \author Tilghman Lesher
* \author Anothony Minessale II
* \author Anthony Minessale II
* \author Naveen Albert
* \ingroup functions
*/
@@ -149,7 +149,7 @@ AST_THREADSTORAGE(tmp_buf);
<description>
<para>Searches for all instances of the <replaceable>find-string</replaceable> in provided variable and
replaces them with <replaceable>replace-string</replaceable>. If <replaceable>replace-string</replaceable>
is an empty string, this will effecively delete that substring. If <replaceable>max-replacements</replaceable>
is an empty string, this will effectively delete that substring. If <replaceable>max-replacements</replaceable>
is specified, this function will stop after performing replacements <replaceable>max-replacements</replaceable> times.</para>
<note><para>The replacement only occurs in the output. The original variable is not altered.</para></note>
</description>