diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-08-14 11:34:57 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-08-14 11:34:57 +0000 |
commit | 3488a8f7c397f944cec05ba7f1826046f3a296f8 (patch) | |
tree | 38d43483014f0bbc79ea2873134177d19d59adb8 /Mk/bsd.scons.mk | |
parent | c31f3c41956c845acdfefd3dcb88ce8885122351 (diff) |
- Fix some typos
PR: 134541
Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com>
Notes
Notes:
svn path=/head/; revision=239518
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 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. |