]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - server.c
server.c: Fix double "the" in comment.
[paraslash.git] / 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;
 
 /**