< prev index next >

src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/JNIWriter.java

Print this page

        

@@ -193,11 +193,11 @@
                 log.printVerbose("wrote.file", outFile.getName());
             out.close();
             out = null;
         } finally {
             if (out != null) {
-                // if we are propogating an exception, delete the file
+                // if we are propagating an exception, delete the file
                 out.close();
                 outFile.delete();
                 outFile = null;
             }
         }
< prev index next >