summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGreg Noel <GregNoel@tigris.org>2009-05-17 15:54:06 (GMT)
committerGreg Noel <GregNoel@tigris.org>2009-05-17 15:54:06 (GMT)
commit42e70c1716efdec13cc4b4e15b02e00e8d0b2bef (patch)
treedd1d670049d8b14d476e0bfc8a81f054f79988be /src
parent3234d7f71a124a2656bb0ad300b6969b4f0f4da2 (diff)
downloadSCons-42e70c1716efdec13cc4b4e15b02e00e8d0b2bef.zip
SCons-42e70c1716efdec13cc4b4e15b02e00e8d0b2bef.tar.gz
SCons-42e70c1716efdec13cc4b4e15b02e00e8d0b2bef.tar.bz2
typo
Diffstat (limited to 'src')
-rw-r--r--src/engine/SCons/Tool/javac.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/SCons/Tool/javac.xml b/src/engine/SCons/Tool/javac.xml
index e682635..f106952 100644
--- a/src/engine/SCons/Tool/javac.xml
+++ b/src/engine/SCons/Tool/javac.xml
@@ -74,7 +74,7 @@ Since SCons compiles in simple ASCII mode by default,
the compiler will generate warnings about unmappable characters,
which may lead to errors as the file is processed further.
In this case, the user must specify the <literal>LANG</literal>
-environment variable to tell the compiler what encoding is uesd.
+environment variable to tell the compiler what encoding is used.
For portibility, it's best if the encoding is hard-coded
so that the compile will work if it is done on a system
with a different encoding.