From 1a7bd5e12c519f8d14120f21198038dae1e5c914 Mon Sep 17 00:00:00 2001 From: Christian Ambach Date: Thu, 16 May 2013 15:06:49 +0200 Subject: nsswitch: fix some typos Signed-off-by: Christian Ambach Reviewed-by: Andrew Bartlett Autobuild-User(master): Andrew Bartlett Autobuild-Date(master): Fri May 17 01:09:33 CEST 2013 on sn-devel-104 --- nsswitch/libwbclient/wbclient.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nsswitch') 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 * -- cgit