classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] FYI: Fix Grahics2D -> Graphics2D


From: Mark Wielaard
Subject: [cp-patches] FYI: Fix Grahics2D -> Graphics2D
Date: Fri, 09 Sep 2005 01:12:46 +0200

Hi,

Fix diagnostic error message as reported by Debian.

2005-09-08  Mark Wielaard  <address@hidden>

        * gnu/java/awt/peer/gtk/GdkGraphics2D.java (static): Fix typo
        (Grahics -> Graphics).

Committed,

Mark

--- gnu/java/awt/peer/gtk/GdkGraphics2D.java    2 Sep 2005 04:42:23 -0000      
1.44
+++ gnu/java/awt/peer/gtk/GdkGraphics2D.java    8 Sep 2005 23:08:48 -0000
@@ -101,7 +101,7 @@
   static
   {
     if (! Configuration.GTK_CAIRO_ENABLED)
-      throw new Error("Grahics2D not implemented. "
+      throw new Error("Graphics2D not implemented. "
                      + "Cairo was not found or disabled at configure time");

     if (Configuration.INIT_LOAD_LIBRARY)

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

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