From: Andre Noll Date: Sat, 12 Aug 2017 22:54:15 +0000 (+0200) Subject: server: Fix typo in comment for init_user_list(). X-Git-Tag: v0.6.1~20 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=6ba4caacaeb4ac2d8e5fc15699bf89f496d59901 server: Fix typo in comment for init_user_list(). --- diff --git a/user_list.c b/user_list.c index 23fe086f..b2d2ff5e 100644 --- a/user_list.c +++ b/user_list.c @@ -98,7 +98,7 @@ err: } /** - * Initialize the list of users allowed to connect to to para_server. + * Initialize the list of users allowed to connect to para_server. * * \param user_list_file The file containing access information. *