From a48060a2f7bd6a89bfb4be6fce05185903128fa0 Mon Sep 17 00:00:00 2001
From: Dima Dorfman
Date: Sat, 24 Nov 2001 23:41:32 +0000
Subject: [PATCH] Spelling police: sucessful -> successful.
---
etc/network.subr | 2 +-
etc/rc.d/netoptions | 2 +-
etc/rc.d/network1 | 2 +-
etc/rc.d/network2 | 2 +-
etc/rc.d/network3 | 2 +-
etc/rc.d/routing | 2 +-
etc/rc.network | 2 +-
lib/libpam/modules/pam_krb5/pam_krb5.8 | 2 +-
share/man/man4/netintro.4 | 2 +-
usr.sbin/rpc.yppasswdd/rpc.yppasswdd.8 | 2 +-
10 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/etc/network.subr b/etc/network.subr
index dbbf037be47..97ca5765e96 100644
--- a/etc/network.subr
+++ b/etc/network.subr
@@ -725,7 +725,7 @@ network_pass3() {
esac
# If /var/db/mounttab exists, some nfs-server has not been
- # sucessfully notified about a previous client shutdown.
+ # successfully notified about a previous client shutdown.
# If there is no /var/db/mounttab, we do nothing.
if [ -f /var/db/mounttab ]; then
rpc.umntall -k
diff --git a/etc/rc.d/netoptions b/etc/rc.d/netoptions
index dbbf037be47..97ca5765e96 100644
--- a/etc/rc.d/netoptions
+++ b/etc/rc.d/netoptions
@@ -725,7 +725,7 @@ network_pass3() {
esac
# If /var/db/mounttab exists, some nfs-server has not been
- # sucessfully notified about a previous client shutdown.
+ # successfully notified about a previous client shutdown.
# If there is no /var/db/mounttab, we do nothing.
if [ -f /var/db/mounttab ]; then
rpc.umntall -k
diff --git a/etc/rc.d/network1 b/etc/rc.d/network1
index dbbf037be47..97ca5765e96 100644
--- a/etc/rc.d/network1
+++ b/etc/rc.d/network1
@@ -725,7 +725,7 @@ network_pass3() {
esac
# If /var/db/mounttab exists, some nfs-server has not been
- # sucessfully notified about a previous client shutdown.
+ # successfully notified about a previous client shutdown.
# If there is no /var/db/mounttab, we do nothing.
if [ -f /var/db/mounttab ]; then
rpc.umntall -k
diff --git a/etc/rc.d/network2 b/etc/rc.d/network2
index dbbf037be47..97ca5765e96 100644
--- a/etc/rc.d/network2
+++ b/etc/rc.d/network2
@@ -725,7 +725,7 @@ network_pass3() {
esac
# If /var/db/mounttab exists, some nfs-server has not been
- # sucessfully notified about a previous client shutdown.
+ # successfully notified about a previous client shutdown.
# If there is no /var/db/mounttab, we do nothing.
if [ -f /var/db/mounttab ]; then
rpc.umntall -k
diff --git a/etc/rc.d/network3 b/etc/rc.d/network3
index dbbf037be47..97ca5765e96 100644
--- a/etc/rc.d/network3
+++ b/etc/rc.d/network3
@@ -725,7 +725,7 @@ network_pass3() {
esac
# If /var/db/mounttab exists, some nfs-server has not been
- # sucessfully notified about a previous client shutdown.
+ # successfully notified about a previous client shutdown.
# If there is no /var/db/mounttab, we do nothing.
if [ -f /var/db/mounttab ]; then
rpc.umntall -k
diff --git a/etc/rc.d/routing b/etc/rc.d/routing
index dbbf037be47..97ca5765e96 100644
--- a/etc/rc.d/routing
+++ b/etc/rc.d/routing
@@ -725,7 +725,7 @@ network_pass3() {
esac
# If /var/db/mounttab exists, some nfs-server has not been
- # sucessfully notified about a previous client shutdown.
+ # successfully notified about a previous client shutdown.
# If there is no /var/db/mounttab, we do nothing.
if [ -f /var/db/mounttab ]; then
rpc.umntall -k
diff --git a/etc/rc.network b/etc/rc.network
index dbbf037be47..97ca5765e96 100644
--- a/etc/rc.network
+++ b/etc/rc.network
@@ -725,7 +725,7 @@ network_pass3() {
esac
# If /var/db/mounttab exists, some nfs-server has not been
- # sucessfully notified about a previous client shutdown.
+ # successfully notified about a previous client shutdown.
# If there is no /var/db/mounttab, we do nothing.
if [ -f /var/db/mounttab ]; then
rpc.umntall -k
diff --git a/lib/libpam/modules/pam_krb5/pam_krb5.8 b/lib/libpam/modules/pam_krb5/pam_krb5.8
index c2d9d408d29..3e0db91e009 100644
--- a/lib/libpam/modules/pam_krb5/pam_krb5.8
+++ b/lib/libpam/modules/pam_krb5/pam_krb5.8
@@ -34,7 +34,7 @@ and to set user specific credentials
converts the supplied username into a Kerberos principal,
by appending the default local realm name.
It also supports usernames with explicit realm names.
-If a realm name is supplied, then upon a sucessful return, it
+If a realm name is supplied, then upon a successful return, it
changes the username by mapping the principal name into a local username
(calling
.Fn krb5_aname_to_localname ) .
diff --git a/share/man/man4/netintro.4 b/share/man/man4/netintro.4
index 4b24513467e..9ddaa595fa4 100644
--- a/share/man/man4/netintro.4
+++ b/share/man/man4/netintro.4
@@ -256,7 +256,7 @@ Get interface metric.
Attempt to create the specified interface.
If the interface name is given without a unit number the system
will attempt to create a new interface with an arbitrary unit number.
-On sucessful return the
+On successful return the
.Va ifr_name
field will contain the new interface name.
.It Dv SIOCIFDESTROY
diff --git a/usr.sbin/rpc.yppasswdd/rpc.yppasswdd.8 b/usr.sbin/rpc.yppasswdd/rpc.yppasswdd.8
index 8a8179503c6..92d908e2c80 100644
--- a/usr.sbin/rpc.yppasswdd/rpc.yppasswdd.8
+++ b/usr.sbin/rpc.yppasswdd/rpc.yppasswdd.8
@@ -295,7 +295,7 @@ expects to receive requests from clients using reserved ports; requests
received from non-privileged ports are rejected.
Unfortunately, this
behavior prevents any client systems that to not use privileged
-ports from sucessfully submitting password updates.
+ports from successfully submitting password updates.
Specifying
the
.Fl u