From 42e70c1716efdec13cc4b4e15b02e00e8d0b2bef Mon Sep 17 00:00:00 2001 From: Greg Noel Date: Sun, 17 May 2009 15:54:06 +0000 Subject: typo --- src/engine/SCons/Tool/javac.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 LANG -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. -- cgit v0.12