diff options
author | Christian Ambach <ambi@samba.org> | 2013-05-16 15:06:49 +0200 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2013-05-17 01:09:33 +0200 |
commit | 1a7bd5e12c519f8d14120f21198038dae1e5c914 (patch) | |
tree | 65958c268b68968b64adfbb617dd553353815555 /nsswitch | |
parent | 9910b8050ccb073fe47c26eeeeb60955d9f2d043 (diff) | |
download | samba-1a7bd5e12c519f8d14120f21198038dae1e5c914.tar.gz samba-1a7bd5e12c519f8d14120f21198038dae1e5c914.tar.bz2 samba-1a7bd5e12c519f8d14120f21198038dae1e5c914.zip |
nsswitch: fix some typos
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
Diffstat (limited to 'nsswitch')
-rw-r--r-- | nsswitch/libwbclient/wbclient.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nsswitch/libwbclient/wbclient.h b/nsswitch/libwbclient/wbclient.h index a72d09e1d3..dc3e822b7e 100644 --- a/nsswitch/libwbclient/wbclient.h +++ b/nsswitch/libwbclient/wbclient.h @@ -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 * |