From: James Jones Date: Thu, 21 Dec 2023 03:54:38 +0000 (-0600) Subject: typo in prototype (#5236) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=deff510c5a4273a3b8f607b0625780dadc15554a;p=thirdparty%2Ffreeradius-server.git typo in prototype (#5236) No semantic difference, but once you see it you can't unsee it. --- diff --git a/src/lib/util/sbuff.h b/src/lib/util/sbuff.h index 47ecea4ab0b..c0c74b38949 100644 --- a/src/lib/util/sbuff.h +++ b/src/lib/util/sbuff.h @@ -51,7 +51,7 @@ extern "C" { typedef ssize_t fr_slen_t; typedef struct fr_sbuff_s fr_sbuff_t; typedef struct fr_sbuff_ptr_s fr_sbuff_marker_t; -typedef size_t(*fr_sbuff_extend_t)(fr_sbuff_t *sbuff, size_t req_extenison); +typedef size_t(*fr_sbuff_extend_t)(fr_sbuff_t *sbuff, size_t req_extension); #include #include