From 1fac1447038fef0c68620f69788d48abe4349fd7 Mon Sep 17 00:00:00 2001 From: Kai Blin Date: Sun, 23 Nov 2008 11:18:40 +0100 Subject: libwbclient: Fix typo in wbcGetgrent docstring. --- source3/nsswitch/libwbclient/wbc_pwd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/nsswitch/libwbclient') 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. * -- cgit