Typo: english

This commit is contained in:
Mathis Chenuet
2015-03-02 18:03:58 +00:00
committed by Laurent Clouet
parent 8252102708
commit 38ba5a995d
2 changed files with 2 additions and 2 deletions

View File

@@ -79,7 +79,7 @@ public class Linux extends OS {
scanner.close();
}
catch (java.lang.NoClassDefFoundError e) {
System.err.println("OS.Linux::getCPU error " + e + " mostly because Scanner class was introducted by Java 5 and you are running a lower version");
System.err.println("OS.Linux::getCPU error " + e + " mostly because Scanner class was introduced by Java 5 and you are running a lower version");
}
catch (Exception e) {
e.printStackTrace();