libwbclient: Fix typo in wbcGetgrent docstring.
authorKai Blin <kai@samba.org>
Sun, 23 Nov 2008 10:18:40 +0000 (11:18 +0100)
committerKai Blin <kai@samba.org>
Tue, 25 Nov 2008 08:28:24 +0000 (09:28 +0100)
source3/nsswitch/libwbclient/wbc_pwd.c

index 5bb9a9fde4f90be1dc95686d2fb80e310b533dc5..70d3f3ce9d12db0700eb0190f82d685eceb76935 100644 (file)
@@ -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.
  *