diff options
author | Kai Blin <kai@samba.org> | 2008-11-23 11:18:40 +0100 |
---|---|---|
committer | Kai Blin <kai@samba.org> | 2008-11-25 09:28:24 +0100 |
commit | 1fac1447038fef0c68620f69788d48abe4349fd7 (patch) | |
tree | d1ff8fa9b0718dbb96cdbfd052f50b93f919dcaf /source3/nsswitch/libwbclient | |
parent | ddf821685436f7f49f49dda8fb4abb63ea1945cb (diff) | |
download | samba-1fac1447038fef0c68620f69788d48abe4349fd7.tar.gz samba-1fac1447038fef0c68620f69788d48abe4349fd7.tar.bz2 samba-1fac1447038fef0c68620f69788d48abe4349fd7.zip |
libwbclient: Fix typo in wbcGetgrent docstring.
Diffstat (limited to 'source3/nsswitch/libwbclient')
-rw-r--r-- | source3/nsswitch/libwbclient/wbc_pwd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nsswitch/libwbclient/wbc_pwd.c b/source3/nsswitch/libwbclient/wbc_pwd.c index 5bb9a9fde4..70d3f3ce9d 100644 --- a/source3/nsswitch/libwbclient/wbc_pwd.c +++ b/source3/nsswitch/libwbclient/wbc_pwd.c @@ -364,7 +364,7 @@ wbcErr wbcEndgrent(void) return wbc_status; } -/** @brief Return the next struct passwd* entry from the pwent iterator +/** @brief Return the next struct group* entry from the pwent iterator * * @param **grp Pointer to resulting struct group* from the query. * |