summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ypbind
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2001-02-06 11:21:58 +0000
committerasmodai <asmodai@FreeBSD.org>2001-02-06 11:21:58 +0000
commit2f1d3e2cdf4534d26d0b712e2d80bdce13126531 (patch)
treed3b94ea5b02dffbb2c0e5d31631391f45eda4df5 /usr.sbin/ypbind
parent3ade7f7578b70f38723a624d12f4d0866ecc461f (diff)
downloadFreeBSD-src-2f1d3e2cdf4534d26d0b712e2d80bdce13126531.zip
FreeBSD-src-2f1d3e2cdf4534d26d0b712e2d80bdce13126531.tar.gz
Fix typo: seperate -> separate.
Seperate does not exist in the english language.
Diffstat (limited to 'usr.sbin/ypbind')
-rw-r--r--usr.sbin/ypbind/ypbind.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ypbind/ypbind.c b/usr.sbin/ypbind/ypbind.c
index 7e2fa2c..d6e5e2be 100644
--- a/usr.sbin/ypbind/ypbind.c
+++ b/usr.sbin/ypbind/ypbind.c
@@ -647,7 +647,7 @@ struct sockaddr_in *addr;
/*
* The right way to send RPC broadcasts.
* Use the clnt_broadcast() RPC service. Unfortunately, clnt_broadcast()
- * blocks while waiting for replies, so we have to fork off seperate
+ * blocks while waiting for replies, so we have to fork off separate
* broadcaster processes that do the waiting and then transmit their
* results back to the parent for processing. We also have to remember
* to save the name of the domain we're trying to bind in a global
OpenPOWER on IntegriCloud