From: aabolfazl Date: Wed, 29 Jul 2026 17:44:33 +0000 (+0300) Subject: func_strings: Fix misspelling of "occurred" in FIELDNUM documentation. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=HEAD;p=thirdparty%2Fasterisk.git func_strings: Fix misspelling of "occurred" in FIELDNUM documentation. The FIELDNUM description misspelled "occurred" as "occured". This text is user-visible: it is rendered on docs.asterisk.org and printed by "core show function FIELDNUM". --- 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