UCI Defaults: fix minor typo.
authorStijn Segers <francesco.borromini@gmail.com>
Sat, 4 Jun 2016 10:09:06 +0000 (12:09 +0200)
committerJohn Crispin <john@phrozen.org>
Sun, 5 Jun 2016 21:25:42 +0000 (23:25 +0200)
Signed-off-by: Stijn Segers <francesco.borromini@gmail.com>
docs/uci_defaults.txt

index 268402594cffd8cb4321672ed886eaf624d3b344..1b22aba8d9cb6346253eb8c281a42eb843a58342 100644 (file)
@@ -23,7 +23,7 @@ $ cat zzzz_customisations
 
 uci -q batch <<-EOT
   add dhcp host
-  set dchp.@host[0].name='bellerophon'
+  set dhcp.@host[0].name='bellerophon'
   set network.@host[0].ip='192.168.2.100'
   set network.@host[0].mac='a1:b2:c3:d4:e5:f6'
     EOT