]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
typos
authorAlan T. DeKok <aland@freeradius.org>
Thu, 12 Feb 2026 16:47:24 +0000 (11:47 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 12 Feb 2026 18:37:10 +0000 (13:37 -0500)
src/protocols/dhcpv4/base.c
src/protocols/dhcpv4/encode.c

index a0afe0220f3af284fed53a45627379684a12457f..ac4800c996d57885559bf031e695ee8161d7c0a7 100644 (file)
@@ -336,7 +336,7 @@ void *fr_dhcpv4_next_encodable(fr_dcursor_t *cursor, void *current, void *uctx)
                if (c->vp_type == FR_TYPE_BOOL && fr_dhcpv4_flag_exists(c->da) && !c->vp_bool) continue;
 
                /*
-                *      The VSIO encoder expects to seee VENDOR inside of VSA, and has an assertion to that
+                *      The VSIO encoder expects to see VENDOR inside of VSA, and has an assertion to that
                 *      effect.  Until we fix that, we simply ignore all attributes which do not fit into the
                 *      established hierarchy.
                 */
index 323b3bdadece7305f48dbb9ad514cfccd4bb16c8..ecceca8eee1e7244dc953bcb63b826ececabd716 100644 (file)
@@ -195,7 +195,7 @@ static ssize_t extend_option(fr_dbuff_t *dbuff, fr_dbuff_marker_t *hdr, size_t l
 
        /*
         *      This can't follow the convention of operating on
-        *      a chlld dbuff because it must work on and amidst
+        *      a child dbuff because it must work on and amidst
         *      already-written data.
         */