From: Jeremy C. Reed Date: Mon, 30 Mar 2015 17:53:18 +0000 (-0700) Subject: fix some typos and one grammar X-Git-Tag: trac3782_base~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f514e5a6309690395d46ac40428eaa6f81f14fa;p=thirdparty%2Fkea.git fix some typos and one grammar looks like same typo was repeated to different files --- diff --git a/doc/examples/kea4/several-subnets.json b/doc/examples/kea4/several-subnets.json index 24d5719cea..68f0d46afc 100644 --- a/doc/examples/kea4/several-subnets.json +++ b/doc/examples/kea4/several-subnets.json @@ -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, diff --git a/doc/examples/kea6/advanced.json b/doc/examples/kea6/advanced.json index 9e2a63769f..d6ef95e999 100644 --- a/doc/examples/kea6/advanced.json +++ b/doc/examples/kea6/advanced.json @@ -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). diff --git a/doc/examples/kea6/multiple-options.json b/doc/examples/kea6/multiple-options.json index 017dfa62ae..231a2ed306 100644 --- a/doc/examples/kea6/multiple-options.json +++ b/doc/examples/kea6/multiple-options.json @@ -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). diff --git a/doc/examples/kea6/several-subnets.json b/doc/examples/kea6/several-subnets.json index 25ac240e22..ca93b8b431 100644 --- a/doc/examples/kea6/several-subnets.json +++ b/doc/examples/kea6/several-subnets.json @@ -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). diff --git a/doc/examples/kea6/simple.json b/doc/examples/kea6/simple.json index f9cda446a7..7d0234683a 100644 --- a/doc/examples/kea6/simple.json +++ b/doc/examples/kea6/simple.json @@ -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). diff --git a/src/bin/keactrl/kea.conf.pre b/src/bin/keactrl/kea.conf.pre index f61e8f8ee5..5098d3ac7e 100644 --- a/src/bin/keactrl/kea.conf.pre +++ b/src/bin/keactrl/kea.conf.pre @@ -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).