diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1996-09-28 05:47:43 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1996-09-28 05:47:43 +0000 |
commit | f46ba2b0d9f31a8f9ecce96a5a8af1e1783bfa6b (patch) | |
tree | 2acabdf4462c8d896405881c6600af035ae43d20 | |
parent | 42f6a41d4477f9bb3c3f615a1d07d41f5f148198 (diff) |
Correct spelling, from NetBSD PR#2783, seebs@taniemarie.solon.com.
-rw-r--r-- | sbin/mountd/mountd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/mountd/mountd.c b/sbin/mountd/mountd.c index 5fb9864d70f..9c69a7fd929 100644 --- a/sbin/mountd/mountd.c +++ b/sbin/mountd/mountd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mountd.c,v 1.10 1996/09/19 06:12:08 deraadt Exp $ */ +/* $OpenBSD: mountd.c,v 1.11 1996/09/28 05:47:42 downsj Exp $ */ /* $NetBSD: mountd.c,v 1.31 1996/02/18 11:57:53 fvdl Exp $ */ /* @@ -412,7 +412,7 @@ mntsrv(rqstp, transp) add_mlist(inet_ntoa(transp->xp_raddr.sin_addr), dirpath); if (debug) - fprintf(stderr,"Mount successfull.\n"); + fprintf(stderr,"Mount successful.\n"); } else { bad = EACCES; if (!svc_sendreply(transp, xdr_long, (caddr_t)&bad)) |