summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_getpwent.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-08-27 21:54:58 +0200
committerVolker Lendecke <vl@samba.org>2009-08-29 19:42:27 +0200
commit8b9085472dc6a3e8d0dc84e3cbad0ba057fcec83 (patch)
tree7ed75ef8b4c2a1d8d1dcbe79e3de64576d29f2a4 /source3/winbindd/winbindd_getpwent.c
parent10e9df2975f9630a9fc9474fc810107bc7680f0f (diff)
downloadsamba-8b9085472dc6a3e8d0dc84e3cbad0ba057fcec83.tar.gz
samba-8b9085472dc6a3e8d0dc84e3cbad0ba057fcec83.tar.bz2
samba-8b9085472dc6a3e8d0dc84e3cbad0ba057fcec83.zip
s3:winbind: Fix a typo
Diffstat (limited to 'source3/winbindd/winbindd_getpwent.c')
-rw-r--r--source3/winbindd/winbindd_getpwent.c2
1 files changed, 1 insertions, 1 deletions
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