summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-05-03 09:52:24 +0200
committerVolker Lendecke <vl@samba.org>2008-05-05 18:28:59 +0200
commita683625d7fe0be58da23b98828b445478df1606f (patch)
tree13d80f1079c5899a8a9f4d7010e3694526220fd4 /source3
parentdd11f1d8a89a5d5f20395ca6aea0bf32b7f273c4 (diff)
downloadsamba-a683625d7fe0be58da23b98828b445478df1606f.tar.gz
samba-a683625d7fe0be58da23b98828b445478df1606f.tar.bz2
samba-a683625d7fe0be58da23b98828b445478df1606f.zip
Fix a typo
(This used to be commit 964bd02220c04030d8cb0f97ca9b409400d1238c)
Diffstat (limited to 'source3')
-rw-r--r--source3/auth/auth_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/auth/auth_util.c b/source3/auth/auth_util.c
index 34d0048b4b..78f275d867 100644
--- a/source3/auth/auth_util.c
+++ b/source3/auth/auth_util.c
@@ -985,7 +985,7 @@ bool user_in_group(const char *username, const char *groupname)
/***************************************************************************
- Make (and fill) a user_info struct from a 'struct passwd' by conversion
+ Make (and fill) a server_info struct from a 'struct passwd' by conversion
to a struct samu
***************************************************************************/