summaryrefslogtreecommitdiff
path: root/source3/nsswitch/libwbclient
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-10-21 15:27:48 +0200
committerVolker Lendecke <vl@samba.org>2008-10-21 15:29:40 +0200
commit5cc4a84583d027b54e26a9c42a89b7b8a6b6c67d (patch)
tree7142be0a4c0b0ac048ba325181bd9a53c378176b /source3/nsswitch/libwbclient
parent24837959ed0972a4706f3008fe7622aa2c5f6c5e (diff)
downloadsamba-5cc4a84583d027b54e26a9c42a89b7b8a6b6c67d.tar.gz
samba-5cc4a84583d027b54e26a9c42a89b7b8a6b6c67d.tar.bz2
samba-5cc4a84583d027b54e26a9c42a89b7b8a6b6c67d.zip
Fix two trivial typos
Diffstat (limited to 'source3/nsswitch/libwbclient')
-rw-r--r--source3/nsswitch/libwbclient/wbc_sid.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/nsswitch/libwbclient/wbc_sid.c b/source3/nsswitch/libwbclient/wbc_sid.c
index 4cfdd792b5..54f6e705b3 100644
--- a/source3/nsswitch/libwbclient/wbc_sid.c
+++ b/source3/nsswitch/libwbclient/wbc_sid.c
@@ -172,7 +172,7 @@ done:
* @param domain Domain name (possibly "")
* @param name User or group name
* @param *sid Pointer to the resolved domain SID
- * @param *name_type Pointet to the SID type
+ * @param *name_type Pointer to the SID type
*
* @return #wbcErr
*
@@ -225,7 +225,7 @@ wbcErr wbcLookupName(const char *domain,
* @param *sid Pointer to the domain SID to be resolved
* @param pdomain Resolved Domain name (possibly "")
* @param pname Resolved User or group name
- * @param *pname_type Pointet to the resolved SID type
+ * @param *pname_type Pointer to the resolved SID type
*
* @return #wbcErr
*