From: Paul Donald Date: Mon, 21 Apr 2025 19:29:12 +0000 (+0200) Subject: luci-base: spell fix X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=68082d24e692ccd9aba294c24ec25b2f745c43d4;p=openwrt-luci.git luci-base: spell fix Signed-off-by: Paul Donald --- diff --git a/modules/luci-base/htdocs/luci-static/resources/network.js b/modules/luci-base/htdocs/luci-static/resources/network.js index db471f29ed..14c7b9fcad 100644 --- a/modules/luci-base/htdocs/luci-static/resources/network.js +++ b/modules/luci-base/htdocs/luci-static/resources/network.js @@ -3096,7 +3096,7 @@ Device = baseclass.extend(/** @lends LuCI.network.Device.prototype */ { * Checks whether this device is up. * * @returns {boolean} - * Returns `true` when the associated device is running pr `false` + * Returns `true` when the associated device is running or `false` * when it is down or absent. */ isUp: function() {