From c05ac3f232f85f7f264eeb4833d1602733eeda27 Mon Sep 17 00:00:00 2001 From: aabolfazl Date: Wed, 29 Jul 2026 20:44:33 +0300 Subject: [PATCH] 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". --- funcs/func_strings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3