summaryrefslogtreecommitdiff
path: root/funcs/func_sprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'funcs/func_sprintf.c')
-rw-r--r--funcs/func_sprintf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/funcs/func_sprintf.c b/funcs/func_sprintf.c
index 4d5fc7a6c..101eefc7e 100644
--- a/funcs/func_sprintf.c
+++ b/funcs/func_sprintf.c
@@ -21,7 +21,7 @@
* \brief String manipulation dialplan functions
*
* \author Tilghman Lesher
- * \author Anothony Minessale II
+ * \author Anothony Minessale II
* \ingroup functions
*/
@@ -55,7 +55,7 @@ AST_THREADSTORAGE(result_buf);
<parameter name="argN" />
</syntax>
<description>
- <para>Parses the format string specified and returns a string matching
+ <para>Parses the format string specified and returns a string matching
that format. Supports most options found in <emphasis>sprintf(3)</emphasis>.
Returns a shortened string if a format specifier is not recognized.</para>
</description>