]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Typos
authorNick Porter <nick@portercomputing.co.uk>
Mon, 11 Dec 2023 09:50:24 +0000 (09:50 +0000)
committerNick Porter <nick@portercomputing.co.uk>
Mon, 11 Dec 2023 12:15:22 +0000 (12:15 +0000)
raddb/sites-available/ldap_sync
src/listen/ldap_sync/proto_ldap_sync_ldap.h

index 6f2eba4b6b82fe7afec16a4eacda4d91f0c7abfa..afa6bc10acc9e48899fbe21247ee257e6b5e044b 100644 (file)
@@ -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
index 883691cb88f7e9309c2f65d23b82922250e255f7..05a4f0d1c77ead6b6bda4cc51dd548ceda2ba431 100644 (file)
@@ -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 {