From: Alan T. DeKok Date: Sat, 19 Oct 2019 21:36:55 +0000 (-0400) Subject: typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfec60c00abba4f77cc4c8e8dae4f58d003476d7;p=thirdparty%2Ffreeradius-server.git typo --- diff --git a/src/lib/util/dict.h b/src/lib/util/dict.h index ca4eefc3e38..732d917a050 100644 --- a/src/lib/util/dict.h +++ b/src/lib/util/dict.h @@ -83,7 +83,7 @@ enum { enum { FLAG_ENCODE_NONE = 0, //!< no particular encoding for DHCPv6 strings - FLAG_ENCODE_DNS_LABEL, //!< encode as DNS lavel + FLAG_ENCODE_DNS_LABEL, //!< encode as DNS label };