]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
Fix comment typo
authorWarren Togami <wtogami@redhat.com>
Wed, 7 Oct 2009 20:23:52 +0000 (16:23 -0400)
committerWarren Togami <wtogami@redhat.com>
Wed, 7 Oct 2009 20:23:52 +0000 (16:23 -0400)
modules.d/45ifcfg/write-ifcfg.sh

index fc8965c28e214e124b914acf75615b3763f4a14a..b8ec03db897dd69bcd6f6889830116e0403e9d8a 100644 (file)
@@ -30,7 +30,7 @@ for netif in $IFACES ; do
        [ -n "$gw" ] && echo "GATEWAY=$gw" >> /tmp/ifcfg/ifcfg-$netif
     fi
 
-    # bridge needs differente things written to ifcfg
+    # bridge needs different things written to ifcfg
     if [ -z "$bridge" ]; then
         # standard interface
         echo "HWADDR=$(cat /sys/class/net/$netif/address)" >> /tmp/ifcfg/ifcfg-$netif