From 6d253abd9951adee0e44b2926dd181b11cc9bb8e Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Mon, 12 Mar 2018 16:03:58 +0100 Subject: [PATCH] luci-base: fix documentation spelling mistakes in luci.util Signed-off-by: Jo-Philipp Wich --- documentation/api/modules/luci.util.html | 2 +- modules/luci-base/luasrc/util.luadoc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/documentation/api/modules/luci.util.html b/documentation/api/modules/luci.util.html index 847230bbb..70d27d331 100644 --- a/documentation/api/modules/luci.util.html +++ b/documentation/api/modules/luci.util.html @@ -629,7 +629,7 @@ Cloned table value
-Count the occurrences of given substring in given string. +Count the occurrences of given substring in given string. 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 ]] ---[[ -- 2.11.0