From 2f1d3e2cdf4534d26d0b712e2d80bdce13126531 Mon Sep 17 00:00:00 2001 From: asmodai Date: Tue, 6 Feb 2001 11:21:58 +0000 Subject: Fix typo: seperate -> separate. Seperate does not exist in the english language. --- usr.sbin/ypserv/Makefile.yp | 2 +- usr.sbin/ypserv/yp_access.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/ypserv') diff --git a/usr.sbin/ypserv/Makefile.yp b/usr.sbin/ypserv/Makefile.yp index 296395b..b818bbc 100644 --- a/usr.sbin/ypserv/Makefile.yp +++ b/usr.sbin/ypserv/Makefile.yp @@ -79,7 +79,7 @@ YPMAPDIR = $(YPDIR)/$(DOMAIN) # These are the files from which the NIS databases are built. You may edit # these to taste in the event that you wish to keep your NIS source files -# seperate from your NIS server's actual configuration files. Note that the +# separate from your NIS server's actual configuration files. Note that the # NIS passwd and master.passwd files are stored in /var/yp: the server's # real password database is not used by default. However, you may use # the real /etc/passwd and /etc/master.passwd files by: diff --git a/usr.sbin/ypserv/yp_access.c b/usr.sbin/ypserv/yp_access.c index d6089fe..cdf3e50 100644 --- a/usr.sbin/ypserv/yp_access.c +++ b/usr.sbin/ypserv/yp_access.c @@ -198,7 +198,7 @@ void load_securenets() * package does not ship with FreeBSD, we use the built-in support * by default. Users can recompile the server with the tcp-wrapper library * if they already have it installed and want to use hosts.allow and - * hosts.deny to control access instead of having a seperate securenets + * hosts.deny to control access instead of having a separate securenets * file.) * * If no /var/yp/securenets file is present, the host access checks -- cgit v1.1