From eaff8d28f09bb4ddae27c8398611fdf122c06061 Mon Sep 17 00:00:00 2001 From: Douglas Bagnall Date: Fri, 13 Sep 2024 14:26:35 +1200 Subject: [PATCH] s3:headers: s/the the\b/the/ in comments Signed-off-by: Douglas Bagnall Reviewed-by: Volker Lendecke --- source3/include/libsmbclient.h | 4 ++-- source3/lib/netapi/netapi.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 -- 2.47.3