classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] Patch: FYI: grammar fixlet


From: Tom Tromey
Subject: [cp-patches] Patch: FYI: grammar fixlet
Date: 06 Nov 2004 16:40:10 -0700

I'm checking this in.
This fixes a small grammatical error in the manual.

Tom

Index: ChangeLog
from  Tom Tromey  <address@hidden>
        * doc/hacking.texinfo (Source Code Style Guide): Fixed
        grammatical error.

Index: doc/hacking.texinfo
===================================================================
RCS file: /cvsroot/classpath/classpath/doc/hacking.texinfo,v
retrieving revision 1.30
diff -u -r1.30 hacking.texinfo
--- doc/hacking.texinfo 6 Jun 2004 03:51:29 -0000 1.30
+++ doc/hacking.texinfo 6 Nov 2004 23:44:07 -0000
@@ -643,7 +643,7 @@
 @item
 When catching an exception and rethrowing a new exception you should
 ``chain'' the Throwables.  Don't just add the String representation of
-the catched exception.
+the caught exception.
 
 @example
   try




reply via email to

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