[openwrt/openwrt] lldpd: spell fixes
LEDE Commits
lede-commits at lists.infradead.org
Tue Sep 17 03:36:32 PDT 2024
robimarko pushed a commit to openwrt/openwrt.git, branch openwrt-23.05:
https://git.openwrt.org/c0217ef8f82c206240cab9f35d5e85a8bd8be28a
commit c0217ef8f82c206240cab9f35d5e85a8bd8be28a
Author: Paul Donald <newtwen at gmail.com>
AuthorDate: Thu Feb 8 15:59:27 2024 +0100
lldpd: spell fixes
Supplementary fix for PR #14193
Tested on 22.03.5
Signed-off-by: Paul Donald <newtwen at gmail.com>
(cherry picked from commit 1909b6f8835c1381f859c85394defe993e016edd)
Link: https://github.com/openwrt/openwrt/pull/15299
Signed-off-by: Robert Marko <robimarko at gmail.com>
---
package/network/services/lldpd/files/lldpd.init | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/network/services/lldpd/files/lldpd.init b/package/network/services/lldpd/files/lldpd.init
index d4642238a3..c6d7b82c2c 100644
--- a/package/network/services/lldpd/files/lldpd.init
+++ b/package/network/services/lldpd/files/lldpd.init
@@ -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
More information about the lede-commits
mailing list