diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-12-05 04:00:07 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-12-05 04:00:07 +0000 |
commit | 91fdd14292f46300c21db0eee3348e8f8910032d (patch) | |
tree | ad682f62ab5ce986da5975d9d6185fa41d5a8fec /daemon.c | |
parent | f0207f4f9e44aae2abf391d04bae025e9bae4094 (diff) | |
download | fetchmail-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. */ |