lldpd: spell fixes
authorPaul Donald <newtwen@gmail.com>
Thu, 8 Feb 2024 14:59:27 +0000 (15:59 +0100)
committerRobert Marko <robimarko@gmail.com>
Mon, 11 Mar 2024 08:58:20 +0000 (09:58 +0100)
Supplementary fix for PR #14193

Tested on 22.03.5

Signed-off-by: Paul Donald <newtwen@gmail.com>
package/network/services/lldpd/files/lldpd.init

index d4642238a3e278fb9fe11bc934b8b4ee20674887..c6d7b82c2c45d25729eb43d99556cb5e61ef3bd8 100644 (file)
@@ -261,7 +261,7 @@ start_service() {
 
        if [ "$CONFIG_LLDPD_WITH_FDP" == "y" ] && [ $enable_fdp -gt 0 ]; then
                if [ $force_fdp -gt 0 ]; then
-                       # FDP enbled and forced
+                       # FDP enabled and forced
                        procd_append_param command '-ff'
                else
                        # FDP enabled
@@ -281,10 +281,10 @@ start_service() {
 
        if [ "$CONFIG_LLDPD_WITH_EDP" == "y" ] && [ $enable_edp -gt 0 ]; then
                if [ $force_edp -gt 0 ]; then
-                       # EDP enbled and forced
+                       # EDP enabled and forced
                        procd_append_param command '-ee'
                else
-                       # EDP enbled
+                       # EDP enabled
                        procd_append_param command '-e'
                fi
        fi