I fixed a typo in an error message in javax.swing.UIManager:

2005-08-22  David Gilbert  <[EMAIL PROTECTED]>

        * javax/swing/UIManager.java: fixed error message typo in static
        initialization code.

Regards,

Dave Gilbert
Index: javax/swing/UIManager.java
===================================================================
RCS file: /cvsroot/classpath/classpath/javax/swing/UIManager.java,v
retrieving revision 1.21
diff -u -r1.21 UIManager.java
--- javax/swing/UIManager.java  2 Jul 2005 20:32:49 -0000       1.21
+++ javax/swing/UIManager.java  22 Aug 2005 13:26:07 -0000
@@ -115,7 +115,7 @@
     catch (Exception ex)
       {
         System.err.println("cannot initialize Look and Feel: " + defaultlaf);
-        System.err.println("errot: " + ex.getMessage());
+        System.err.println("error: " + ex.getMessage());
         System.err.println("falling back to Metal Look and Feel");
       }
   }
_______________________________________________
Classpath-patches mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/classpath-patches

Reply via email to