# HG changeset patch # User Doug Simon # Date 1378816207 -7200 # Node ID 1aa56a2fb08bd8ddb2ed73908dba6bfea20e474a # Parent ae00dd0ff81e5f6a69aeb8ade0829f47b4b995a1 fix spelling error diff -r ae00dd0ff81e -r 1aa56a2fb08b graal/com.oracle.graal.compiler.test/src/com/oracle/graal/compiler/test/GraalCompilerTest.java --- a/graal/com.oracle.graal.compiler.test/src/com/oracle/graal/compiler/test/GraalCompilerTest.java Tue Sep 10 14:25:08 2013 +0200 +++ b/graal/com.oracle.graal.compiler.test/src/com/oracle/graal/compiler/test/GraalCompilerTest.java Tue Sep 10 14:30:07 2013 +0200 @@ -87,7 +87,7 @@ } @BeforeClass - public static void initializeDebgging() { + public static void initializeDebugging() { DebugEnvironment.initialize(System.out); }