From addc8b05b0650b9fd448d858360fa48c8434e77c Mon Sep 17 00:00:00 2001 From: twisti Date: Sun, 22 Jan 2006 22:46:27 +0000 Subject: [PATCH] * tests/regression/extest.java: Typo. --- tests/regression/extest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/regression/extest.java b/tests/regression/extest.java index e5b136309..e7ec21606 100644 --- a/tests/regression/extest.java +++ b/tests/regression/extest.java @@ -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); -- 2.25.1