]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
server.c: Fix double "the" in comment.
authorAndre Noll <maan@tuebingen.mpg.de>
Sat, 28 Aug 2021 14:43:45 +0000 (16:43 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 30 Aug 2021 18:36:10 +0000 (20:36 +0200)
Found by the vim spell checker.

server.c

index e0d50f4f8689e1de283ef80f8341504bcf386d33..c86778cd0cd52e6b8b50b1d2c86ef294c2ff42d7 100644 (file)
--- 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;
 
 /**