typo
authorgregnoel <gregnoel@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Sun, 17 May 2009 15:54:06 +0000 (15:54 +0000)
committergregnoel <gregnoel@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Sun, 17 May 2009 15:54:06 +0000 (15:54 +0000)
git-svn-id: http://scons.tigris.org/svn/scons/trunk@4200 fdb21ef1-2011-0410-befe-b5e4ea1792b1

src/engine/SCons/Tool/javac.xml

index e68263503fe8f6e7b7398353ad94ddaedb8aec8e..f106952b18188e28b3239b83811dae5d110d1c91 100644 (file)
@@ -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.