From 8b9085472dc6a3e8d0dc84e3cbad0ba057fcec83 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 27 Aug 2009 21:54:58 +0200 Subject: s3:winbind: Fix a typo --- source3/winbindd/winbindd_getpwent.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/winbindd/winbindd_getpwent.c b/source3/winbindd/winbindd_getpwent.c index a0658747da..ef905b48bb 100644 --- a/source3/winbindd/winbindd_getpwent.c +++ b/source3/winbindd/winbindd_getpwent.c @@ -1,6 +1,6 @@ /* Unix SMB/CIFS implementation. - async implementation of WINBINDD_SETPWENT + async implementation of WINBINDD_GETPWENT Copyright (C) Volker Lendecke 2009 This program is free software; you can redistribute it and/or modify -- cgit