# HG changeset patch # User Doug Simon # Date 1431339793 -7200 # Node ID 23f9cba1f250333e199e08d7eeb5c867830485dd # Parent 93215cb4a2f91530ca706bcd4b8ff75a924afd08 fixed spelling error diff -r 93215cb4a2f9 -r 23f9cba1f250 graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/CompileTheWorld.java --- a/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/CompileTheWorld.java Mon May 11 12:22:49 2015 +0200 +++ b/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/CompileTheWorld.java Mon May 11 12:23:13 2015 +0200 @@ -305,7 +305,7 @@ } if (excludeMethodFilters != null && excludeMethodFilters.length > 0) { String exclude = Arrays.asList(excludeMethodFilters).stream().map(MethodFilter::toString).collect(Collectors.joining(", ")); - println("CompileTheWorld : Excluding all methods matching one of the follwing filters: " + exclude); + println("CompileTheWorld : Excluding all methods matching one of the following filters: " + exclude); } println();