From: Nick Porter Date: Mon, 11 Dec 2023 09:50:24 +0000 (+0000) Subject: Typos X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95c227600e1098559ecc38c1df8075dbbeb107fb;p=thirdparty%2Ffreeradius-server.git Typos --- diff --git a/raddb/sites-available/ldap_sync b/raddb/sites-available/ldap_sync index 6f2eba4b6b8..afa6bc10acc 100644 --- a/raddb/sites-available/ldap_sync +++ b/raddb/sites-available/ldap_sync @@ -88,7 +88,7 @@ # other modifications to the user will result in a notification which # can include the memberOf attribute. # -# Instead group membeship changes are reported as changes to the group object. +# Instead group membership changes are reported as changes to the group object. # # # Each virtual-server may have multiple listen sections, with each diff --git a/src/listen/ldap_sync/proto_ldap_sync_ldap.h b/src/listen/ldap_sync/proto_ldap_sync_ldap.h index 883691cb88f..05a4f0d1c77 100644 --- a/src/listen/ldap_sync/proto_ldap_sync_ldap.h +++ b/src/listen/ldap_sync/proto_ldap_sync_ldap.h @@ -103,10 +103,10 @@ typedef struct { uint32_t ldap_debug; //!< Debug flag for the SDK. - uint32_t recv_buff; //!< How big the kernel's recive buffer should be + uint32_t recv_buff; //!< How big the kernel's receive buffer should be bool recv_buff_is_set; //!< Whether we were provided with a recv_buff - uint32_t max_outstanding; //!< Maximun number of outstanding packets. + uint32_t max_outstanding; //!< Maximum number of outstanding packets. } proto_ldap_sync_ldap_t; typedef struct {