* tests/regression/extest.java: Typo.
authortwisti <none@none>
Sun, 22 Jan 2006 22:46:27 +0000 (22:46 +0000)
committertwisti <none@none>
Sun, 22 Jan 2006 22:46:27 +0000 (22:46 +0000)
tests/regression/extest.java

index e5b13630950b7e9a8b6608866bbdc9f26c44144f..e7ec216067d21a8a9ae3658d98c915c5921fa419 100644 (file)
@@ -307,7 +307,7 @@ public class extest {
             throw new Exception();
         } catch (UnknownError e) {
             /* this exception class MUST NOT be loaded before!!!
-               otherwise this test in useless */
+               otherwise this test is useless */
         } catch (Exception e) {
            ok();
            pstacktrace(e);