libsmbclient: Fix typos
authorVolker Lendecke <vl@samba.org>
Thu, 16 May 2013 08:26:09 +0000 (10:26 +0200)
committerStefan Metzmacher <metze@samba.org>
Fri, 14 Jun 2013 18:30:33 +0000 (20:30 +0200)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
source3/include/libsmbclient.h

index 5846e9bf44f618dda1b541353d5a2187146bcc32..137aebed14bb768721a4a33c26921ac4d4250a10 100644 (file)
@@ -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'