From: Alan T. DeKok Date: Wed, 9 May 2018 21:04:39 +0000 (-0400) Subject: typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4bf5324a64b0db9b1d64d5193b0a4bf76cab65df;p=thirdparty%2Ffreeradius-server.git typo --- diff --git a/src/protocols/dhcpv4/base.c b/src/protocols/dhcpv4/base.c index cae81191185..2b85e29e404 100644 --- a/src/protocols/dhcpv4/base.c +++ b/src/protocols/dhcpv4/base.c @@ -140,7 +140,7 @@ int8_t fr_dhcpv4_attr_cmp(void const *a, void const *b) return fr_pair_cmp_by_parent_num_tag(my_a, my_b); } -/** Check reveived DHCP request is valid and build RADIUS_PACKET structure if it is +/** Check received DHCP request is valid and build RADIUS_PACKET structure if it is * * @param data pointer to received packet. * @param data_len length of received data, and then length of the actual DHCP data.