diff options
author | miwi <miwi@FreeBSD.org> | 2009-08-14 11:34:57 +0000 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-08-14 11:34:57 +0000 |
commit | 9da5922910700a992e8471635a5c45d0448345d2 (patch) | |
tree | c6bfb26b17ef79cd3d8c31987cf1b51dfbb281c5 /Mk/bsd.scons.mk | |
parent | dc7ddd3dd866d17cb85ed85e545d074d1e331c70 (diff) | |
download | FreeBSD-ports-9da5922910700a992e8471635a5c45d0448345d2.zip FreeBSD-ports-9da5922910700a992e8471635a5c45d0448345d2.tar.gz |
- 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.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Mk/bsd.scons.mk b/Mk/bsd.scons.mk index a7f10e4..275b37b 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. |