From: Andre Noll Date: Sat, 28 Aug 2021 14:43:45 +0000 (+0200) Subject: server.c: Fix double "the" in comment. X-Git-Tag: v0.6.4~18 X-Git-Url: http://git.tuebingen.mpg.de/?a=commitdiff_plain;h=12f3368848dadafec9f00a137feff7f3597939be;p=paraslash.git server.c: Fix double "the" in comment. Found by the vim spell checker. --- diff --git a/server.c b/server.c index e0d50f4f..c86778cd 100644 --- a/server.c +++ b/server.c @@ -110,7 +110,7 @@ static struct signal_task *signal_task; /** The process id of the audio file selector process. */ pid_t afs_pid = 0; -/* The the main server process (parent of afs and the command handlers). */ +/* The main server process (parent of afs and the command handlers). */ static pid_t server_pid; /**