summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2002-12-09 00:45:39 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2002-12-09 00:45:39 +0000
commitccbb93b16df494da1c0ebf8081ee30acb3a02e42 (patch)
tree495b7d3bd432857d46dbb036810e1fa0b9c839bf /usr.sbin
parent831aadadbdcc6c81bf560c5d4c327ce0773f8cce (diff)
From Andrushock, s/sucess/success/g
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/afs/src/milko/ChangeLog2
-rw-r--r--usr.sbin/httpd/src/CHANGES.SSL2
-rw-r--r--usr.sbin/ypserv/revnetgroup/parse_netgroup.c6
3 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/afs/src/milko/ChangeLog b/usr.sbin/afs/src/milko/ChangeLog
index cb8cdb33ff7..873bb103fce 100644
--- a/usr.sbin/afs/src/milko/ChangeLog
+++ b/usr.sbin/afs/src/milko/ChangeLog
@@ -1085,7 +1085,7 @@ Thu Jun 22 17:21:06 2000 Tomas Olsson <tol@pizza.stacken.kth.se>
* ontop_ff.xg: numacl.
- * ontop_subr.c: Dont loop twice in ontop_alloc_vnode if sucessful.
+ * ontop_subr.c: Dont loop twice in ontop_alloc_vnode if successful.
* ontopfs.c: ontop_{fetch,store}acl
diff --git a/usr.sbin/httpd/src/CHANGES.SSL b/usr.sbin/httpd/src/CHANGES.SSL
index 322e2e284d0..1c4f97d9e8d 100644
--- a/usr.sbin/httpd/src/CHANGES.SSL
+++ b/usr.sbin/httpd/src/CHANGES.SSL
@@ -2001,7 +2001,7 @@
Changes with mod_ssl 2.1.4 (05-Nov-1998 to 23-Dec-1998)
*) Added the support for OpenSSL (see http://www.openssl.org/),
- the Open Source sucessor of SSLeay. The package name is no longer
+ the Open Source successor of SSLeay. The package name is no longer
hard-wired and so both the HTTP Server field and the logfile entries
correctly reflect the name OpenSSL, too.
diff --git a/usr.sbin/ypserv/revnetgroup/parse_netgroup.c b/usr.sbin/ypserv/revnetgroup/parse_netgroup.c
index 59aec544527..042152c9f6a 100644
--- a/usr.sbin/ypserv/revnetgroup/parse_netgroup.c
+++ b/usr.sbin/ypserv/revnetgroup/parse_netgroup.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: parse_netgroup.c,v 1.5 2002/07/19 02:38:40 deraadt Exp $ */
+/* $OpenBSD: parse_netgroup.c,v 1.6 2002/12/09 00:45:38 millert Exp $ */
/*
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
@@ -51,7 +51,7 @@
#include "hash.h"
#ifndef lint
-static const char rcsid[] = "$OpenBSD: parse_netgroup.c,v 1.5 2002/07/19 02:38:40 deraadt Exp $";
+static const char rcsid[] = "$OpenBSD: parse_netgroup.c,v 1.6 2002/12/09 00:45:38 millert Exp $";
#endif
/*
@@ -204,7 +204,7 @@ parse_netgrp(char *group)
#ifdef DEBUG
/*
* This error message is largely superflous since the
- * code handles the error condition sucessfully, and
+ * code handles the error condition successfully, and
* spewing it out from inside libc can actually hose
* certain programs.
*/