summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2013-05-16 10:26:09 +0200
committerStefan Metzmacher <metze@samba.org>2013-06-14 20:30:33 +0200
commit20bede7baa3576aa0f97ceb2533db6e33d587b69 (patch)
tree66882cf1940e96b0efa85195724d42f3b440ffd9
parentfffb70168d8031dc1999fab963263ac7d3a2442a (diff)
downloadsamba-20bede7baa3576aa0f97ceb2533db6e33d587b69.tar.gz
samba-20bede7baa3576aa0f97ceb2533db6e33d587b69.tar.bz2
samba-20bede7baa3576aa0f97ceb2533db6e33d587b69.zip
libsmbclient: Fix typos
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
-rw-r--r--source3/include/libsmbclient.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/source3/include/libsmbclient.h b/source3/include/libsmbclient.h
index 5846e9bf44..137aebed14 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'