diff options
author | obrien <obrien@FreeBSD.org> | 2001-06-16 07:57:14 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-06-16 07:57:14 +0800 |
commit | 6616de99088223c40ef4063902bba2d9612ea855 (patch) | |
tree | 9b26ffc3c7ee4643d5f6f8fdb6e1cd22565aee37 | |
parent | a89896df5590ad11b2cd1d86a36d3171a6bf86df (diff) | |
download | freebsd-ports-gnome-6616de99088223c40ef4063902bba2d9612ea855.tar.gz freebsd-ports-gnome-6616de99088223c40ef4063902bba2d9612ea855.tar.zst freebsd-ports-gnome-6616de99088223c40ef4063902bba2d9612ea855.zip |
spell check
-rw-r--r-- | sysutils/lsof/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index 4980b2733b95..98819370102d 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -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 |