]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
fix(network-legacy): typo
authorlilinjie <lilinjie@uniontech.com>
Tue, 18 Apr 2023 03:22:26 +0000 (11:22 +0800)
committerAntonio Álvarez Feijoo <antonio.feijoo@suse.com>
Mon, 12 Jun 2023 06:04:54 +0000 (08:04 +0200)
Signed-off-by: lilinjie <lilinjie@uniontech.com>
modules.d/35network-legacy/parse-ip-opts.sh

index b01627b330a1be545eae5d33a57741193e688261..8263321a15109275e4d02a03304f6b3919f55742 100755 (executable)
@@ -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"