classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] Patch: FYI: typo in java.awt.dnd package description


From: Tom Tromey
Subject: [cp-patches] Patch: FYI: typo in java.awt.dnd package description
Date: 04 Sep 2004 19:29:38 -0600

I'm checking this in.  Trivial typo fix.

Tom

Index: ChangeLog
from  Tom Tromey  <address@hidden>

        * java/awt/dnd/package.html: Fixed typo.

Index: java/awt/dnd/package.html
===================================================================
RCS file: /cvsroot/classpath/classpath/java/awt/dnd/package.html,v
retrieving revision 1.1
diff -u -r1.1 package.html
--- java/awt/dnd/package.html 6 May 2002 14:58:24 -0000 1.1
+++ java/awt/dnd/package.html 5 Sep 2004 01:47:21 -0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
 <!-- package.html - describes classes in java.awt.dnd package.
-   Copyright (C) 2002 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2004 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -40,7 +40,7 @@
 <head><title>GNU Classpath - java.awt.dnd</title></head>
 
 <body>
-<p>Events and listerners for drag and drop sources and targets.</p>
+<p>Events and listeners for drag and drop sources and targets.</p>
 
 </body>
 </html>




reply via email to

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