summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-11-02 08:39:54 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-11-02 08:39:54 +0000
commit1e13ba5b9a6e453f20a349fa8a095e11e230534c (patch)
tree4d75c8cdbbb12536e36a0dbf4f52f8b9e7120390
parent8d63b478f0067f0ce485c1d501424dc85b93a649 (diff)
downloadmailutils-1e13ba5b9a6e453f20a349fa8a095e11e230534c.tar.gz
mailutils-1e13ba5b9a6e453f20a349fa8a095e11e230534c.tar.bz2
Fix typo in the comment
-rw-r--r--comsat/comsat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/comsat/comsat.c b/comsat/comsat.c
index 186b1053e..ef069975f 100644
--- a/comsat/comsat.c
+++ b/comsat/comsat.c
@@ -210,7 +210,7 @@ comsat_daemon_init (void)
extern int daemon (int, int);
/* Become a daemon. Take care to close inherited fds and to hold
- first three one, in, out, err. Do not do the chdir("/"). */
+ first three ones, in, out, err. Do not do the chdir("/"). */
if (daemon (1, 0) < 0)
{
perror (_("Failed to become a daemon"));

Return to:

Send suggestions and report system problems to the System administrator.