소스 검색

base-files: fix comment typo in lib/functions/network.sh

Fix typo in comment.

Signed-off-by: Walter Sonius <[email protected]>
[commit title/message facelift]
Signed-off-by: Adrian Schmutzler <[email protected]>
Walter Sonius 5 년 전
부모
커밋
46abcb3ade
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      package/base-files/files/lib/functions/network.sh

+ 1 - 1
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