diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2008-08-10 13:39:10 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2008-08-10 13:39:10 +0000 |
commit | 1c2a086fbf4b5c1c95f9bafcf39d9ecb4eec4018 (patch) | |
tree | 376e692451e98dae2a47b8b493b099780806bd36 /usr.bin/rdist/docmd.c | |
parent | 40be08e6db1b9653d6920e476128621a04755187 (diff) |
typo.
Diffstat (limited to 'usr.bin/rdist/docmd.c')
-rw-r--r-- | usr.bin/rdist/docmd.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/rdist/docmd.c b/usr.bin/rdist/docmd.c index ed3821425ea..c2149515e5e 100644 --- a/usr.bin/rdist/docmd.c +++ b/usr.bin/rdist/docmd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: docmd.c,v 1.19 2006/12/11 20:50:54 deraadt Exp $ */ +/* $OpenBSD: docmd.c,v 1.20 2008/08/10 13:39:09 sobrado Exp $ */ /* * Copyright (c) 1983 Regents of the University of California. @@ -37,7 +37,7 @@ static char RCSid[] __attribute__((__unused__)) = "$From: docmd.c,v 1.8 2001/03/12 18:42:23 kim Exp $"; #else static char RCSid[] __attribute__((__unused__)) = -"$OpenBSD: docmd.c,v 1.19 2006/12/11 20:50:54 deraadt Exp $"; +"$OpenBSD: docmd.c,v 1.20 2008/08/10 13:39:09 sobrado Exp $"; #endif static char sccsid[] __attribute__((__unused__)) = @@ -148,7 +148,7 @@ notify(char *rhost, struct namelist *to, time_t lmod) return; } /* - * Create a pipe to mailling program. + * Create a pipe to mailing program. * Set IFS to avoid possible security problem with users * setting "IFS=/". */ |