From 20bede7baa3576aa0f97ceb2533db6e33d587b69 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 16 May 2013 10:26:09 +0200 Subject: [PATCH] libsmbclient: Fix typos Signed-off-by: Volker Lendecke Reviewed-by: Stefan Metzmacher --- source3/include/libsmbclient.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source3/include/libsmbclient.h b/source3/include/libsmbclient.h index 5846e9bf44f..137aebed14b 100644 --- a/source3/include/libsmbclient.h +++ b/source3/include/libsmbclient.h @@ -276,9 +276,9 @@ typedef struct _SMBCCTX SMBCCTX; /**@ingroup callback * Authentication callback function type (traditional method) - * + * * Type for the the authentication function called by the library to - * obtain authentication credentals + * obtain authentication credentials * * For kerberos support the function should just be called without * prompting the user for credentials. Which means a simple 'return' @@ -315,9 +315,9 @@ typedef void (*smbc_get_auth_data_fn)(const char *srv, char *pw, int pwlen); /**@ingroup callback * Authentication callback function type (method that includes context) - * + * * Type for the the authentication function called by the library to - * obtain authentication credentals + * obtain authentication credentials * * For kerberos support the function should just be called without * prompting the user for credentials. Which means a simple 'return' -- 2.11.4.GIT