Skip to content

Commit 0dd1296

Browse files
committed
spelling: superclasses
Signed-off-by: Josh Soref <[email protected]>
1 parent a196df3 commit 0dd1296

File tree

1 file changed

+1
-1
lines changed
  • visualvm/libs.profiler/profiler.oql/test/unit/src/org/graalvm/visualvm/lib/profiler/oql/engine/api/impl

1 file changed

+1
-1
lines changed

visualvm/libs.profiler/profiler.oql/test/unit/src/org/graalvm/visualvm/lib/profiler/oql/engine/api/impl/OQLEngineTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ public boolean visit(Object o) {
311311
}
312312

313313
@Test
314-
public void testSuperlasses() throws Exception {
314+
public void testSuperclasses() throws Exception {
315315
System.out.println("superclasses");
316316
final int[] counter = new int[1];
317317

0 commit comments

Comments
 (0)