luci-base: fix documentation spelling mistakes in luci.util

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
Jo-Philipp Wich 2018-03-12 16:03:58 +01:00
parent 4f412a76c2
commit 6d253abd99
2 changed files with 3 additions and 3 deletions

View file

@ -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
@name cmatch
@param str String to search in
@param pattern String containing pattern to find
@return Number of found occurences
@return Number of found occurrences
]]
---[[