From e2f961a2bd7b5f5cbff6394d6be6eace15e236b7 Mon Sep 17 00:00:00 2001 From: lilinjie Date: Tue, 18 Apr 2023 11:22:26 +0800 Subject: [PATCH] fix(network-legacy): typo Signed-off-by: lilinjie --- modules.d/35network-legacy/parse-ip-opts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules.d/35network-legacy/parse-ip-opts.sh b/modules.d/35network-legacy/parse-ip-opts.sh index b01627b33..8263321a1 100755 --- a/modules.d/35network-legacy/parse-ip-opts.sh +++ b/modules.d/35network-legacy/parse-ip-opts.sh @@ -72,7 +72,7 @@ for p in $(getargs ip=); do for autoopt in $(str_replace "$autoconf" "," " "); do case $autoopt in error) die "Error parsing option 'ip=$p'" ;; - bootp | rarp | both) die "Sorry, ip=$autoopt is currenty unsupported" ;; + bootp | rarp | both) die "Sorry, ip=$autoopt is currently unsupported" ;; none | off) [ -z "$ip" ] \ && die "For argument 'ip=$p'\nValue '$autoopt' without static configuration does not make sense" -- 2.47.2