classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] Patch: FYI: fix typo


From: Tom Tromey
Subject: [cp-patches] Patch: FYI: fix typo
Date: 01 Apr 2005 11:18:41 -0700

I'm checking this in.
This fixes a typo.

Tom

Index: ChangeLog
from  Tom Tromey  <address@hidden>

        * java/lang/AssertionError.java: Typo fix.

Index: java/lang/AssertionError.java
===================================================================
RCS file: /cvsroot/classpath/classpath/java/lang/AssertionError.java,v
retrieving revision 1.4
diff -u -r1.4 AssertionError.java
--- java/lang/AssertionError.java 16 Feb 2005 11:18:37 -0000 1.4
+++ java/lang/AssertionError.java 1 Apr 2005 18:19:06 -0000
@@ -43,7 +43,7 @@
  * statement added in JDK 1.4, to indicate that an assertion failed. There
  * are enough constructors to ensure that
  * <code>new AssertionError(<em>expression</em>)</code> will work for all
- * espressions, regardless of type, as if the error message were given by
+ * expressions, regardless of type, as if the error message were given by
  * the string <code>"" + <em>expression</em></code>. This extends Error,
  * because you usually do not want to inadvertently trap an assertion failure.
  *




reply via email to

[Prev in Thread] Current Thread [Next in Thread]