projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c75c35b
)
server.c: Fix double "the" in comment.
author
Andre Noll
<maan@tuebingen.mpg.de>
Sat, 28 Aug 2021 14:43:45 +0000
(16:43 +0200)
committer
Andre Noll
<maan@tuebingen.mpg.de>
Mon, 30 Aug 2021 18:36:10 +0000
(20:36 +0200)
Found by the vim spell checker.
server.c
patch
|
blob
|
history
diff --git
a/server.c
b/server.c
index
e0d50f4
..
c86778c
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;
/**