aboutsummaryrefslogtreecommitdiffstats
path: root/daemon.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-12-05 04:00:07 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-12-05 04:00:07 +0000
commit91fdd14292f46300c21db0eee3348e8f8910032d (patch)
treead682f62ab5ce986da5975d9d6185fa41d5a8fec /daemon.c
parentf0207f4f9e44aae2abf391d04bae025e9bae4094 (diff)
downloadfetchmail-91fdd14292f46300c21db0eee3348e8f8910032d.tar.gz
fetchmail-91fdd14292f46300c21db0eee3348e8f8910032d.tar.bz2
fetchmail-91fdd14292f46300c21db0eee3348e8f8910032d.zip
Typo fix.
svn path=/trunk/; revision=597
Diffstat (limited to 'daemon.c')
-rw-r--r--daemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon.c b/daemon.c
index cda435d1..97e362be 100644
--- a/daemon.c
+++ b/daemon.c
@@ -1,5 +1,5 @@
/*
- * damemon.c -- turn a process into a daemon under POSIX, SYSV, BSD.
+ * daemon.c -- turn a process into a daemon under POSIX, SYSV, BSD.
*
* For license terms, see the file COPYING in this directory.
*/