summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--NEWS2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 136678454..ca0b9df79 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-03-06 Anthony Balkissoon <abalkiss@redhat.com>
+
+ * NEWS: fixed typo.
+
2006-03-06 Robert Schuster <robertschuster@fsfe.org>
* examples/gnu/classpath/examples/swing/Demo.java:
diff --git a/NEWS b/NEWS
index dab6799e2..747c49b2a 100644
--- a/NEWS
+++ b/NEWS
@@ -7,7 +7,7 @@ New in release 0.90 (March 6, 2006)
improved, including some very basic HTML support. JFileChooser is
now usable. Global event dispatching has been implemented. Memory
consumption of Swing components has been reduced. Lots of general
- bugfixes. Added new system property to turn of Graphics2D use in
+ bugfixes. Added new system property to turn off Graphics2D use in
Swing, even if Graphics2D is available: gnu.javax.swing.noGraphics2D
* AWT. Improved support for mixing "lightweigth" and "heavyweight"