[openwrt/openwrt] base-files: fix comment typo in lib/functions/network.sh
LEDE Commits
lede-commits at lists.infradead.org
Tue Sep 1 19:12:04 EDT 2020
adrian pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/46abcb3ade35adb40b91f2d5d9e05548ca625d1e
commit 46abcb3ade35adb40b91f2d5d9e05548ca625d1e
Author: Walter Sonius <walterav1984 at gmail.com>
AuthorDate: Tue Sep 1 23:49:54 2020 +0200
base-files: fix comment typo in lib/functions/network.sh
Fix typo in comment.
Signed-off-by: Walter Sonius <walterav1984 at gmail.com>
[commit title/message facelift]
Signed-off-by: Adrian Schmutzler <freifunk at adrianschmutzler.de>
---
package/base-files/files/lib/functions/network.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/base-files/files/lib/functions/network.sh b/package/base-files/files/lib/functions/network.sh
index 6b946b9f80..055f18c11e 100644
--- a/package/base-files/files/lib/functions/network.sh
+++ b/package/base-files/files/lib/functions/network.sh
@@ -255,7 +255,7 @@ network_find_wan() { __network_wan "$1" "0.0.0.0" "$2"; }
# find the logical interface which holds the current IPv6 default route
# 1: destination variable
-# 2: consider inactive dafault routes if "true" (optional)
+# 2: consider inactive default routes if "true" (optional)
network_find_wan6() { __network_wan "$1" "::" "$2"; }
# test whether the given logical interface is running
More information about the lede-commits
mailing list