From: Alan T. DeKok Date: Thu, 12 Feb 2026 16:47:24 +0000 (-0500) Subject: typos X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ecdd867f6bbfd8bd50adf73d61b8664edbbb75e;p=thirdparty%2Ffreeradius-server.git typos --- diff --git a/src/protocols/dhcpv4/base.c b/src/protocols/dhcpv4/base.c index a0afe0220f3..ac4800c996d 100644 --- a/src/protocols/dhcpv4/base.c +++ b/src/protocols/dhcpv4/base.c @@ -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. */ diff --git a/src/protocols/dhcpv4/encode.c b/src/protocols/dhcpv4/encode.c index 323b3bdadec..ecceca8eee1 100644 --- a/src/protocols/dhcpv4/encode.c +++ b/src/protocols/dhcpv4/encode.c @@ -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. */