From: lilinjie Date: Tue, 18 Apr 2023 03:22:26 +0000 (+0800) Subject: fix(network-legacy): typo X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e2f961a2bd7b5f5cbff6394d6be6eace15e236b7;p=thirdparty%2Fdracut.git fix(network-legacy): typo Signed-off-by: lilinjie --- 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"