]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
fix some typos and one grammar
authorJeremy C. Reed <jreed@isc.org>
Mon, 30 Mar 2015 17:53:18 +0000 (10:53 -0700)
committerJeremy C. Reed <jreed@isc.org>
Mon, 30 Mar 2015 17:53:18 +0000 (10:53 -0700)
looks like same typo was repeated to different files

doc/examples/kea4/several-subnets.json
doc/examples/kea6/advanced.json
doc/examples/kea6/multiple-options.json
doc/examples/kea6/several-subnets.json
doc/examples/kea6/simple.json
src/bin/keactrl/kea.conf.pre

index 24d5719cea1c86a887b035c1284a08c045b8544b..68f0d46afcdd34397289f5707fb21d3dc8dc68a7 100644 (file)
@@ -19,7 +19,7 @@
 
 # Addresses will be assigned with the valid lifetimes being 4000.
 # Client is told to start renewing after 1000 seconds. If the server
-# does not repond after 2000 seconds since the lease was granted, client
+# does not respond after 2000 seconds since the lease was granted, client
 # is supposed to start REBIND procedure (emergency renewal that allows
 # switching to a different server).
   "valid-lifetime": 4000,
index 9e2a63769f8c14b9268cbced6fb73fceca1adaf5..d6ef95e9990ba3c3aa83c7f37969717d8e55b2c8 100644 (file)
@@ -51,7 +51,7 @@
 
 # Addresses will be assigned with preferred and valid lifetimes
 # being 3000 and 4000, respectively. Client is told to start
-# renewing after 1000 seconds. If the server does not repond
+# renewing after 1000 seconds. If the server does not respond
 # after 2000 seconds since the lease was granted, client is supposed
 # to start REBIND procedure (emergency renewal that allows switching
 # to a different server).
index 017dfa62ae0b8f17a21f10d0fc67ef70934e311a..231a2ed306b114a16fce799a6cc0d6719467c16b 100644 (file)
@@ -18,7 +18,7 @@
 
 # Addresses will be assigned with preferred and valid lifetimes
 # being 3000 and 4000, respectively. Client is told to start
-# renewing after 1000 seconds. If the server does not repond
+# renewing after 1000 seconds. If the server does not respond
 # after 2000 seconds since the lease was granted, client is supposed
 # to start REBIND procedure (emergency renewal that allows switching
 # to a different server).
index 25ac240e22a461847f169d924972a6a04a727726..ca93b8b431178308b49622882c24fd14a290c270 100644 (file)
@@ -19,7 +19,7 @@
 
 # Addresses will be assigned with preferred and valid lifetimes
 # being 3000 and 4000, respectively. Client is told to start
-# renewing after 1000 seconds. If the server does not repond
+# renewing after 1000 seconds. If the server does not respond
 # after 2000 seconds since the lease was granted, client is supposed
 # to start REBIND procedure (emergency renewal that allows switching
 # to a different server).
index f9cda446a7012d983d491279aab59693d1284ce5..7d0234683a674e8fb0b9f9a0e378619b00ed893a 100644 (file)
@@ -20,7 +20,7 @@
 
 # Addresses will be assigned with preferred and valid lifetimes
 # being 3000 and 4000, respectively. Client is told to start
-# renewing after 1000 seconds. If the server does not repond
+# renewing after 1000 seconds. If the server does not respond
 # after 2000 seconds since the lease was granted, client is supposed
 # to start REBIND procedure (emergency renewal that allows switching
 # to a different server).
index f61e8f8ee53581ef21760e3db868f6d9d4aba58e..5098d3ac7e664c6162f1d6bcf226e30bba03f9b3 100644 (file)
@@ -1,6 +1,6 @@
 # This is a basic configuration for the Kea DHCPv4 and DHCPv6 servers.
 # Subnet declarations are commented out and no interfaces are listed.
-# Therefore, the servers will not listen to or respond any queries.
+# Therefore, the servers will not listen or respond to any queries.
 # The basic configuration must be extended to specify interfaces on
 # which the servers should listen. Also, subnets and options must be
 # declared.
@@ -48,7 +48,7 @@
 
 # Addresses will be assigned with preferred and valid lifetimes
 # being 3000 and 4000, respectively. Client is told to start
-# renewing after 1000 seconds. If the server does not repond
+# renewing after 1000 seconds. If the server does not respond
 # after 2000 seconds since the lease was granted, client is supposed
 # to start REBIND procedure (emergency renewal that allows switching
 # to a different server).