luci-base: fix documentation spelling mistakes in luci.util
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
4f412a76c2
commit
6d253abd99
2 changed files with 3 additions and 3 deletions
|
@ -109,13 +109,13 @@ Remove leading and trailing whitespace from given string value.
|
||||||
]]
|
]]
|
||||||
|
|
||||||
---[[
|
---[[
|
||||||
Count the occurences of given substring in given string.
|
Count the occurrences of given substring in given string.
|
||||||
|
|
||||||
@class function
|
@class function
|
||||||
@name cmatch
|
@name cmatch
|
||||||
@param str String to search in
|
@param str String to search in
|
||||||
@param pattern String containing pattern to find
|
@param pattern String containing pattern to find
|
||||||
@return Number of found occurences
|
@return Number of found occurrences
|
||||||
]]
|
]]
|
||||||
|
|
||||||
---[[
|
---[[
|
||||||
|
|
Loading…
Reference in a new issue