aboutsummaryrefslogtreecommitdiffstats
path: root/lang/schemetoc
diff options
context:
space:
mode:
authorcrees <crees@FreeBSD.org>2013-02-09 20:00:52 +0800
committercrees <crees@FreeBSD.org>2013-02-09 20:00:52 +0800
commitb0094ebe661f0e88d3e6f639c7a985be0f597af3 (patch)
tree2de43f02a7adf2cde27a75528b780bbad6998d32 /lang/schemetoc
parent963f18a4bd4b61eb4d68e79b3e03b14c33b1de49 (diff)
downloadfreebsd-ports-gnome-b0094ebe661f0e88d3e6f639c7a985be0f597af3.tar.gz
freebsd-ports-gnome-b0094ebe661f0e88d3e6f639c7a985be0f597af3.tar.zst
freebsd-ports-gnome-b0094ebe661f0e88d3e6f639c7a985be0f597af3.zip
Various spelling corrections
PR: ports/175331 Submitted by: Christoph Mallon Approved by: No objections within three weeks from any maintainer While here, style and duplicate phrase fixes in bsdcflow pkg-descr Submitted by: mi
Diffstat (limited to 'lang/schemetoc')
-rw-r--r--lang/schemetoc/files/README.FreeBSD4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/schemetoc/files/README.FreeBSD b/lang/schemetoc/files/README.FreeBSD
index b5ce58b47a54..f05ffa3713b0 100644
--- a/lang/schemetoc/files/README.FreeBSD
+++ b/lang/schemetoc/files/README.FreeBSD
@@ -10,13 +10,13 @@ The syntax of the scc compiler has been extended to automatically
use dynamic linking unless the -static flag is specified on the scc
command line.
-For compiling exectables on the command line from only object files
+For compiling executables on the command line from only object files
it has no method of knowing if you need the X library linked in,
and will by default not. So, if you are building an application
written for scheme->c which needs X support (such as ezd), you
will need to supply a -lX11 flag on the command line. If you are
compiling a single scheme file(not an object file) which has the
-(with xlib) line in the module statement it is not neccesary to
+(with xlib) line in the module statement it is not necessary to
include -lX11.
Those not wishing to use the X library support can delete the following