test/tools/launcher/FXLauncherTest.java

Print this page

        

@@ -403,9 +403,9 @@
                 System.out.println("All tests pass. Test cases covered: "
                         + FXLauncherTest.testcount);
             }
         } else {
             System.err.println("Warning: JavaFX components missing or not supported");
-            System.err.println("         test passes vacuosly.");
+            System.err.println("         test passes vacuously.");
          }
     }
 }