diff --git a/funcs/func_strings.c b/funcs/func_strings.c index d184d4b3cd..69fbbd92ea 100644 --- a/funcs/func_strings.c +++ b/funcs/func_strings.c @@ -86,7 +86,7 @@ AST_THREADSTORAGE(tmp_buf); Search the variable named varname for the string value delimited by delim and return a 1-based offset as to its location. If not found - or an error occured, return 0. + or an error occurred, return 0. The delimiter may be specified as a special or extended ASCII character, by encoding it. The characters \n, \r, and \t are all recognized as the newline, carriage return, and tab characters, respectively. Also, octal and hexadecimal specifications are recognized