diff options
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 * |