X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=modules%2Fluci-base%2Fluasrc%2Futil.luadoc;h=949aeb21c06c2be7b1d06629f86244ffc7098daf;hp=805eeb7f8effb98aa4f307d25485466b08ccc9b9;hb=9db5fa93afdbb4667e523cba0e6bde4e73a01150;hpb=ed1a6416964df17b3a76a7043734d0fde4a6bd41 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 ]] ---[[