]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
typo
authorAlan T. DeKok <aland@freeradius.org>
Sat, 19 Oct 2019 21:36:55 +0000 (17:36 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Sat, 19 Oct 2019 21:36:55 +0000 (17:36 -0400)
src/lib/util/dict.h

index ca4eefc3e38e1ca417bc712d14c41b093737b100..732d917a0501d0d4752e09934759dda2e3ac9c6f 100644 (file)
@@ -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
 };