From: gregnoel <gregnoel@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Date: Sun, 17 May 2009 15:54:06 +0000 (+0000)
Subject: typo
X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2e0f25186fbb468c3df17608f8e39f278680382a;p=scons.git

typo

git-svn-id: http://scons.tigris.org/svn/scons/trunk@4200 fdb21ef1-2011-0410-befe-b5e4ea1792b1
---

diff --git a/src/engine/SCons/Tool/javac.xml b/src/engine/SCons/Tool/javac.xml
index e6826350..f106952b 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.