1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

Fix two trivial typos

This commit is contained in:
Volker Lendecke 2008-10-21 15:27:48 +02:00
parent 24837959ed
commit 5cc4a84583

View 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
*