Procházet zdrojové kódy

examples/network.ncd: fix typo

ambrop7 před 13 roky
rodič
revize
3cc3f7de00
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      ncd/examples/network.ncd

+ 2 - 2
ncd/examples/network.ncd

@@ -99,8 +99,8 @@ process wireless_example_dhcp {
 }
 
 # This process sets up routes and DNS servers for at most one of
-# the working interfaces. It will change the configuration of a more
-# important interface comes up after one is already up.
+# the working interfaces. It will change the configuration if a
+# more important interface comes up while one is already up.
 process NETCONF {
     # Choose devices and priorities; put preferred devices to the front.
     var({"NET-eth0", "NET-eth1", "NET-wlan0"}) provide_names;