From: Douglas Bagnall Date: Fri, 13 Sep 2024 02:26:35 +0000 (+1200) Subject: s3:headers: s/the the\b/the/ in comments X-Git-Tag: tdb-1.4.13~652 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eaff8d28f09bb4ddae27c8398611fdf122c06061;p=thirdparty%2Fsamba.git s3:headers: s/the the\b/the/ in comments Signed-off-by: Douglas Bagnall Reviewed-by: Volker Lendecke --- diff --git a/source3/include/libsmbclient.h b/source3/include/libsmbclient.h index 619feab6392..85fa5d1b7b7 100644 --- a/source3/include/libsmbclient.h +++ b/source3/include/libsmbclient.h @@ -333,7 +333,7 @@ typedef struct _SMBCCTX SMBCCTX; /**@ingroup callback * Authentication callback function type (traditional method) * - * Type for the the authentication function called by the library to + * Type for the authentication function called by the library to * obtain authentication credentials * * For kerberos support the function should just be called without @@ -372,7 +372,7 @@ typedef void (*smbc_get_auth_data_fn)(const char *srv, /**@ingroup callback * Authentication callback function type (method that includes context) * - * Type for the the authentication function called by the library to + * Type for the authentication function called by the library to * obtain authentication credentials * * For kerberos support the function should just be called without diff --git a/source3/lib/netapi/netapi.h b/source3/lib/netapi/netapi.h index b9bf4a09804..80f5482b241 100644 --- a/source3/lib/netapi/netapi.h +++ b/source3/lib/netapi/netapi.h @@ -2085,7 +2085,7 @@ NET_API_STATUS NetUserGetLocalGroups(const char * server_name /* [in] */, * * @param[in] server_name The server name to connect to * @param[in] level The enumeration level used for the query - * @param[in] idx The index to start the the display enumeration at + * @param[in] idx The index to start the display enumeration at * @param[in] entries_requested The number of entries requested * @param[in] prefmaxlen The requested maximal buffer size * @param[out] entries_read The number of returned entries