]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Fix spelling of RECONFIGURE6, fixes [c6f1927f1a].
authorRoy Marples <roy@marples.name>
Tue, 5 Apr 2016 13:34:47 +0000 (13:34 +0000)
committerRoy Marples <roy@marples.name>
Tue, 5 Apr 2016 13:34:47 +0000 (13:34 +0000)
dhcp6.c

diff --git a/dhcp6.c b/dhcp6.c
index b38e9e7266b0db3c10a5b790349df795f9bd4ce8..15c2edaf8a73df596973ac3270c1ace06592c9cd 100644 (file)
--- a/dhcp6.c
+++ b/dhcp6.c
@@ -90,7 +90,7 @@ static const struct dhcp6_op dhcp6_ops[] = {
        { DHCP6_CONFIRM, "CONFIRM6" },
        { DHCP6_INFORMATION_REQ, "INFORM6" },
        { DHCP6_RELEASE, "RELEASE6" },
-       { DHCP6_RECONFIGURE, "RECONFIURE6" },
+       { DHCP6_RECONFIGURE, "RECONFIGURE6" },
        { 0, NULL }
 };