changeset 11560:1aa56a2fb08b

fix spelling error
author Doug Simon <doug.simon@oracle.com>
date Tue, 10 Sep 2013 14:30:07 +0200
parents ae00dd0ff81e
children e1309fc4d17f
files graal/com.oracle.graal.compiler.test/src/com/oracle/graal/compiler/test/GraalCompilerTest.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);
     }