mwan3: fix typos in warning messages

Signed-off-by: Harin Lee <me@harin.net>
This commit is contained in:
Harin Lee
2026-03-08 14:00:02 +09:00
committed by Florian Eckert
parent 8031e5459c
commit 1e721190f9

View File

@@ -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
}