mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
funcs: Spelling fixes
Correct typos of the following word families: effectively emitted expect anthony ASTERISK-29714 Change-Id: Ic16f9ec855bb6d14ec8e170b90af9a36b06d488a
This commit is contained in:
committed by
Friendly Automation
parent
ccb8b8ffbf
commit
1b1f5f9f67
@@ -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>
|
||||
|
Reference in New Issue
Block a user