nsswitch: fix some typos
authorChristian Ambach <ambi@samba.org>
Thu, 16 May 2013 13:06:49 +0000 (15:06 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 16 May 2013 23:09:33 +0000 (01:09 +0200)
Signed-off-by: Christian Ambach <ambi@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Fri May 17 01:09:33 CEST 2013 on sn-devel-104

nsswitch/libwbclient/wbclient.h

index a72d09e1d300ba31c0c16c5e515e066957cc496c..dc3e822b7e7ae255170203265fcb8c1a6287d30a 100644 (file)
@@ -850,7 +850,7 @@ wbcErr wbcAllocateGid(gid_t *pgid);
  * @brief Set an user id mapping
  *
  * @param uid       Uid of the desired mapping.
- * @param *sid      Pointer to the sid of the diresired mapping.
+ * @param *sid      Pointer to the sid of the desired mapping.
  *
  * @return #wbcErr
  *
@@ -863,7 +863,7 @@ wbcErr wbcSetUidMapping(uid_t uid, const struct wbcDomainSid *sid);
  * @brief Set a group id mapping
  *
  * @param gid       Gid of the desired mapping.
- * @param *sid      Pointer to the sid of the diresired mapping.
+ * @param *sid      Pointer to the sid of the desired mapping.
  *
  * @return #wbcErr
  *