From 964bd02220c04030d8cb0f97ca9b409400d1238c Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 3 May 2008 09:52:24 +0200 Subject: [PATCH] Fix a typo --- source/auth/auth_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/auth/auth_util.c b/source/auth/auth_util.c index 34d0048b4b6..78f275d8672 100644 --- a/source/auth/auth_util.c +++ b/source/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 ***************************************************************************/ -- 2.47.3