spell check

This commit is contained in:
David E. O'Brien 2001-06-15 23:57:14 +00:00
parent 4aaee3ebf5
commit 92409f305d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44050

View File

@ -32,7 +32,7 @@ MAN8= lsof.8
.if defined(PACKAGE_BUILDING)
.if !exists(/usr/src/sys/miscfs/fdesc/fdesc.h)
BROKEN= 'please install kernel source for offical package builds'
BROKEN= 'please install kernel source for official package builds'
.endif
.endif
@ -71,7 +71,7 @@ post-install:
@${ECHO} "* W a r n i n g *"
@${ECHO} "* A more capable version of LSOF is built if you have *"
@${ECHO} "* kernel source installed and /sys exists. *"
@${ECHO} "* If this is the case, please ensure /sys is consistant *"
@${ECHO} "* If this is the case, please ensure /sys is consistent *"
@${ECHO} "* with respect to your running kernel (i.e. not new than). *"
@${ECHO} "************************************************************"
.endif