]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
typo
authorAlan T. DeKok <aland@freeradius.org>
Wed, 9 May 2018 21:04:39 +0000 (17:04 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 9 May 2018 21:04:39 +0000 (17:04 -0400)
src/protocols/dhcpv4/base.c

index cae81191185e23fa2ae5dcad658ae1ed60934f3f..2b85e29e40431139402f04a1919fd21173e5f8de 100644 (file)
@@ -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.