From: Volker Lendecke Date: Tue, 21 Oct 2008 13:27:48 +0000 (+0200) Subject: Fix two trivial typos X-Git-Tag: samba-4.0.0alpha6~774^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5cc4a84583d027b54e26a9c42a89b7b8a6b6c67d;p=thirdparty%2Fsamba.git Fix two trivial typos --- diff --git a/source3/nsswitch/libwbclient/wbc_sid.c b/source3/nsswitch/libwbclient/wbc_sid.c index 4cfdd792b5f..54f6e705b32 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 *