]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Fix spelling mistakes, [944ac40b82].
authorRoy Marples <roy@marples.name>
Mon, 27 Jun 2016 15:40:57 +0000 (15:40 +0000)
committerRoy Marples <roy@marples.name>
Mon, 27 Jun 2016 15:40:57 +0000 (15:40 +0000)
dhcp.c
dhcpcd-run-hooks.8.in
dhcpcd.8.in
dhcpcd.conf.5.in
duid.c

diff --git a/dhcp.c b/dhcp.c
index 0fa35d7fda6f73763cb02feacc4ab6391359ad87..0d473882fa4030ba4fa8ef6e99fff4337e48c980 100644 (file)
--- a/dhcp.c
+++ b/dhcp.c
@@ -1098,7 +1098,7 @@ make_message(struct bootp **bootpm, const struct interface *ifp, uint8_t type)
        return (ssize_t)len;
 
 toobig:
-       logger(ifp->ctx, LOG_ERR, "%s: DHCP messge too big", ifp->name);
+       logger(ifp->ctx, LOG_ERR, "%s: DHCP message too big", ifp->name);
        free(bootp);
        return -1;
 }
@@ -2725,7 +2725,7 @@ dhcp_handledhcp(struct interface *ifp, struct bootp *bootp, size_t bootp_len,
                type = 0;
        else if (ifo->options & DHCPCD_BOOTP) {
                logger(ifp->ctx, LOG_DEBUG,
-                   "%s: ignoring DHCP reply (excpecting BOOTP)",
+                   "%s: ignoring DHCP reply (expecting BOOTP)",
                    ifp->name);
                return;
        }
index 6d4af402162b7426ccd8f01430dbbc3177da561b..d47d2e34b233abdcd46592a3bacea19b5d69a443 100644 (file)
@@ -22,7 +22,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd June 29, 2015
+.Dd June 27, 2016
 .Dt DHCPCD-RUN-HOOKS 8
 .Os
 .Sh NAME
@@ -108,7 +108,7 @@ This should be treated as EXPIRE.
 .It Dv RECONFIGURE
 dhcpcd has been instructed to reconfigure an interface.
 .It Dv ROUTERADVERT
-dhcpcd has received an IPv6 Router Advertisment, or one has expired.
+dhcpcd has received an IPv6 Router Advertisement, or one has expired.
 .It Dv STOP | Dv STOP6
 dhcpcd stopped running on the interface.
 .It Dv STOPPED
index 6772968e8bb81416b60467055423b5aee5a34ef1..3a3ec44b0c2c8beeefc356edbac7be9d11c96db1 100644 (file)
@@ -22,7 +22,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd April 30, 2016
+.Dd June 27, 2016
 .Dt DHCPCD 8
 .Os
 .Sh NAME
@@ -133,7 +133,7 @@ This feature needs to be enabled in the kernel and
 will start using it.
 .Pp
 .Nm
-is also an implemenation of the DHCPv6 client as specified in
+is also an implementation of the DHCPv6 client as specified in
 .Li RFC 3315 .
 By default,
 .Nm
@@ -187,7 +187,7 @@ Using a single interface also affects the
 and
 .Fl x
 options where the same interface will need to be specified as a lack of an
-interace will imply Master mode which this is not.
+interafce will imply Master mode which this is not.
 To force starting in Master mode with only one interface, the
 .Fl M , Fl Fl master
 option can be used.
@@ -732,7 +732,7 @@ configuration.
 If restricting
 .Nm
 to a single interface and optionally address family via the command-line
-then all futher calls to
+then all further calls to
 .Nm
 to rebind, reconfigure or exit need to include the same restrictive flags
 so that
index fc51b4f59c7672539b5ee121483acba43cfdbbcb..1a2ef4214272c2dff67832bac529bb5db5c67ef8 100644 (file)
@@ -22,7 +22,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd June 14, 2016
+.Dd June 27, 2016
 .Dt DHCPCD.CONF 5
 .Os
 .Sh NAME
@@ -406,7 +406,7 @@ Set this option so to make
 .Nm dhcpcd
 always fork on an RA.
 .It Ic ipv6ra_own
-Disables kernel IPv6 Router Advertisment processing so dhcpcd can manage
+Disables kernel IPv6 Router Advertisement processing so dhcpcd can manage
 addresses and routes.
 .It Ic ipv6ra_own_default
 Each time dhcpcd receives an IPv6 Router Adveristment, dhcpcd will manage
@@ -414,7 +414,7 @@ the default route only.
 This allows dhcpcd to prefer an interface for outbound traffic based on metric
 and/or user selection rather than the kernel.
 .It Ic ipv6rs
-Enables IPv6 Router Advertisment solicitation.
+Enables IPv6 Router Advertisement solicitation.
 This is on by default, but is documented here in the case where it is disabled
 globally but needs to be enabled for one interface.
 .It Ic leasetime Ar seconds
@@ -569,8 +569,8 @@ A setting of 0 seconds causes
 to skip the REBOOT phase and go straight into DISCOVER.
 This is desirable for mobile users because if you change from network A to
 network B and they use the same subnet and the address from network A isn't
-in use on network B, then the DHCP server will remain silent even if authorative
-which means
+in use on network B, then the DHCP server will remain silent even if
+authoritative which means
 .Nm dhcpcd
 will timeout before moving back to the DISCOVER phase.
 .It Ic release
@@ -603,7 +603,7 @@ If you set
 .Nm dhcpcd
 will continue auto-configuation as normal.
 .Pp
-Here is an example which configures two static addresss, an IPv4 router, DNS
+Here is an example which configures two static address, an IPv4 router, DNS
 and disables IPv6 auto-configuration.
 You could also use the
 .Ic inform6
diff --git a/duid.c b/duid.c
index 9105fb0189304d5f32211acdf956a61cdaaf50b6..cdfa1955e54e663d402b0c2017d2af019c0ad782 100644 (file)
--- a/duid.c
+++ b/duid.c
@@ -119,7 +119,7 @@ duid_get(uint8_t **d, const struct interface *ifp)
        /* No file? OK, lets make one based on our interface */
        if (ifp->family == ARPHRD_NETROM) {
                logger(ifp->ctx, LOG_WARNING,
-                   "%s: is a NET/ROM psuedo interface", ifp->name);
+                   "%s: is a NET/ROM pseudo interface", ifp->name);
                TAILQ_FOREACH(ifp2, ifp->ctx->ifaces, next) {
                        if (ifp2->family != ARPHRD_NETROM)
                                break;