luci-mod-network: comment grammar fix
authorPaul Donald <newtwen+github@gmail.com>
Mon, 13 Jan 2025 16:23:16 +0000 (17:23 +0100)
committerPaul Donald <newtwen+github@gmail.com>
Mon, 13 Jan 2025 16:57:45 +0000 (17:57 +0100)
Signed-off-by: Paul Donald <newtwen+github@gmail.com>
modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js

index cf92ad5bd51ce5a14e5c2550f12d06811d77c879..322d4bae1368a51fb2c233c9785f1091346a2f1f 100644 (file)
@@ -737,9 +737,9 @@ return view.extend({
 
                                                /* Assume that serving RAs by default is fine, but disallow it for certain
                                                   interface protocols such as DHCP, DHCPv6 or the various PPP flavors.
-                                                  The intent is to only allow RA serving for interface protocols doing
+                                                  The intent is only to allow RA serving for interface protocols doing
                                                   some kind of static IP config over something resembling a layer 2
-                                                  ethernet device. */
+                                                  Ethernet device. */
                                                switch (protoval) {
                                                case 'dhcp':
                                                case 'dhcpv6':