Fix two trivial typos
authorVolker Lendecke <vl@samba.org>
Tue, 21 Oct 2008 13:27:48 +0000 (15:27 +0200)
committerVolker Lendecke <vl@samba.org>
Tue, 21 Oct 2008 13:29:40 +0000 (15:29 +0200)
source3/nsswitch/libwbclient/wbc_sid.c

index 4cfdd792b5f5534ec112e5bb219018c885e3c30e..54f6e705b324831cd2386ae669db21c4e29fd7d2 100644 (file)
@@ -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
  *