aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/bsd.scons.mk
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2009-08-14 19:34:57 +0800
committermiwi <miwi@FreeBSD.org>2009-08-14 19:34:57 +0800
commit9da5922910700a992e8471635a5c45d0448345d2 (patch)
treec6bfb26b17ef79cd3d8c31987cf1b51dfbb281c5 /Mk/bsd.scons.mk
parentdc7ddd3dd866d17cb85ed85e545d074d1e331c70 (diff)
downloadfreebsd-ports-gnome-9da5922910700a992e8471635a5c45d0448345d2.tar.gz
freebsd-ports-gnome-9da5922910700a992e8471635a5c45d0448345d2.tar.zst
freebsd-ports-gnome-9da5922910700a992e8471635a5c45d0448345d2.zip
- Fix some typos
PR: 134541 Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com>
Diffstat (limited to 'Mk/bsd.scons.mk')
-rw-r--r--Mk/bsd.scons.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/Mk/bsd.scons.mk b/Mk/bsd.scons.mk
index a7f10e4b343d..275b37b26bed 100644
--- a/Mk/bsd.scons.mk
+++ b/Mk/bsd.scons.mk
@@ -45,11 +45,11 @@ CPPPATH?= ${LOCALBASE}/include
# same for any scons port to scons. Things like CCFLAGS, and LINKFLAGS
# go here.
#
-# SCONS_ARG is where you pass port specific scons flags to the scons
-# enviornment.
+# SCONS_ARGS is where you pass port specific scons flags to the scons
+# environment.
#
# SCONS_BUILDENV is where you pass variables you want to be in the
-# System Enviornment instead of the SCons Enviornment.
+# System Environment instead of the SCons Environment.
#
# SCONS_TARGET is the same as MAKE_TARGET it is passed as the last
# argument to scons.