luci-base: help-text spell fix
authorPaul Dee <[email protected]>
Tue, 17 Jan 2023 20:24:44 +0000 (21:24 +0100)
committerJo-Philipp Wich <[email protected]>
Mon, 3 Apr 2023 11:46:20 +0000 (13:46 +0200)
Signed-off-by: Paul Dee <[email protected]>
(cherry picked from commit 3c2b35cf903378fc7dfa54fa4bc6c7a64b3bb471)

modules/luci-base/htdocs/luci-static/resources/form.js

index 103173e1c88481614d2c77813e32d8be622c05d3..317b49fdfeebde5f322184fe2bdd8e825fdb9bec 100644 (file)
@@ -281,7 +281,7 @@ var CBIAbstractElement = baseclass.extend(/** @lends LuCI.form.AbstractElement.p
         * The input string to clean.
         *
         * @returns {string}
-        * The cleaned input string with HTML removes removed.
+        * The cleaned input string with HTML tags removed.
         */
        stripTags: function(s) {
                if (typeof(s) == 'string' && !s.match(/[<>]/))