From: sobrado Date: Sun, 10 Aug 2008 13:39:09 +0000 (+0000) Subject: typo. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=3939241508ada4480bcc47011d83277da8543799;p=openbsd typo. --- 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=/". */