luci-base: Minor spell fixes
authorPaul Donald <newtwen+github@gmail.com>
Tue, 15 Oct 2024 23:50:07 +0000 (01:50 +0200)
committerPaul Donald <newtwen+github@gmail.com>
Tue, 15 Oct 2024 23:50:12 +0000 (01:50 +0200)
Signed-off-by: Paul Donald <newtwen+github@gmail.com>
modules/luci-base/htdocs/luci-static/resources/network.js

index c504279eeb88214b1b524c949ce1653f82103357..d91c02065e1d46c3303698c30917bb6353fbefd9 100644 (file)
@@ -3251,7 +3251,7 @@ Device = baseclass.extend(/** @lends LuCI.network.Device.prototype */ {
         * @returns {null|LuCI.network.Device}
         * Returns a `Network.Device` instance representing the parent device or
         * `null` when this device has no parent, as it is the case for e.g.
-        * ordinary ethernet interfaces.
+        * ordinary Ethernet interfaces.
         */
        getParent: function() {
                if (this.dev.parent)
@@ -3951,7 +3951,7 @@ WifiNetwork = baseclass.extend(/** @lends LuCI.network.WifiNetwork.prototype */
         *
         * @property {number} inactive
         * The amount of milliseconds the peer has been inactive, e.g. due
-        * to powersave.
+        * to power-saving.
         *
         * @property {number} connected_time
         * The amount of milliseconds the peer is associated to this network.
@@ -4001,7 +4001,7 @@ WifiNetwork = baseclass.extend(/** @lends LuCI.network.WifiNetwork.prototype */
         *  - `UNKNOWN`
         *
         * @property {number} [mesh local PS]
-        * The local powersafe mode for the peer link, may be an empty
+        * The local power-save mode for the peer link, may be an empty
         * string (`''`) or absent if not applicable or supported by
         * the driver.
         *
@@ -4012,7 +4012,7 @@ WifiNetwork = baseclass.extend(/** @lends LuCI.network.WifiNetwork.prototype */
         *  - `UNKNOWN`
         *
         * @property {number} [mesh peer PS]
-        * The remote powersafe mode for the peer link, may be an empty
+        * The remote power-save mode for the peer link, may be an empty
         * string (`''`) or absent if not applicable or supported by
         * the driver.
         *
@@ -4023,7 +4023,7 @@ WifiNetwork = baseclass.extend(/** @lends LuCI.network.WifiNetwork.prototype */
         *  - `UNKNOWN`
         *
         * @property {number} [mesh non-peer PS]
-        * The powersafe mode for all non-peer neighbours, may be an empty
+        * The power-save mode for all non-peer neighbours, may be an empty
         * string (`''`) or absent if not applicable or supported by the driver.
         *
         * The following modes are known:
@@ -4317,7 +4317,7 @@ WifiNetwork = baseclass.extend(/** @lends LuCI.network.WifiNetwork.prototype */
        },
 
        /**
-        * Get the primary logical interface this wireless network is attached to.
+        * Get the primary logical interface this network is attached to.
         *
         * @returns {null|LuCI.network.Protocol}
         * Returns a `Network.Protocol` instance representing the logical
@@ -4329,7 +4329,7 @@ WifiNetwork = baseclass.extend(/** @lends LuCI.network.WifiNetwork.prototype */
        },
 
        /**
-        * Get the logical interfaces this wireless network is attached to.
+        * Get the logical interfaces this network is attached to.
         *
         * @returns {Array<LuCI.network.Protocol>}
         * Returns an array of `Network.Protocol` instances representing the