Skip to content

Commit fbf8a6d

Browse files
committed
spelling: workaround
Signed-off-by: Josh Soref <[email protected]>
1 parent dcc8d23 commit fbf8a6d

File tree

1 file changed

+1
-1
lines changed
  • visualvm/libs.profiler/lib.profiler/src/org/graalvm/visualvm/lib/jfluid/utils

1 file changed

+1
-1
lines changed

visualvm/libs.profiler/lib.profiler/src/org/graalvm/visualvm/lib/jfluid/utils/MiscUtils.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ public static boolean containsDirectoryOnPath(String directory, String path) {
501501
}
502502

503503
public static void deleteHeapTempFiles() {
504-
if (Platform.isWindows()) { // this is workaroud for JDK bug #6359560
504+
if (Platform.isWindows()) { // this is workaround for JDK bug #6359560
505505

506506
try {
507507
File tempDir = new File(System.getProperty("java.io.tmpdir")); // NOI18N

0 commit comments

Comments
 (0)