summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-base/luasrc/util.luadoc
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2018-03-12 16:03:58 +0100
committerJo-Philipp Wich <jo@mein.io>2018-03-12 16:03:58 +0100
commit6d253abd9951adee0e44b2926dd181b11cc9bb8e (patch)
treef3775b00ba95de309bb9a449ac61d9ebe5de4e70 /modules/luci-base/luasrc/util.luadoc
parent4f412a76c262acf099678fe97c058f295c749608 (diff)
luci-base: fix documentation spelling mistakes in luci.util
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'modules/luci-base/luasrc/util.luadoc')
-rw-r--r--modules/luci-base/luasrc/util.luadoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/luci-base/luasrc/util.luadoc b/modules/luci-base/luasrc/util.luadoc
index 805eeb7f8..949aeb21c 100644
--- a/modules/luci-base/luasrc/util.luadoc
+++ b/modules/luci-base/luasrc/util.luadoc
@@ -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
]]
---[[