mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 10:51:55 +00:00
mwan3: fix typos in warning messages
Signed-off-by: Harin Lee <me@harin.net>
This commit is contained in:
committed by
Florian Eckert
parent
8031e5459c
commit
1e721190f9
@@ -246,9 +246,9 @@ main() {
|
||||
validate_track_method $track_method || {
|
||||
track_method=ping
|
||||
if validate_track_method $track_method; then
|
||||
LOG warn "Using ping to track interface $INTERFACE avaliability"
|
||||
LOG warn "Using ping to track interface $INTERFACE availability"
|
||||
else
|
||||
LOG err "No track method avaliable"
|
||||
LOG err "No track method available"
|
||||
exit 1
|
||||
fi
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user