summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Balkissoon <abalkiss@redhat.com>2006-03-06 16:29:37 +0000
committerAnthony Balkissoon <abalkiss@redhat.com>2006-03-06 16:29:37 +0000
commit5c942cc403590457638443c372d7b0626711a4a3 (patch)
tree638a00fd9395f9556de8bf085980af88267284b9
parentaa080a9ad4ef9d18a6c4c2ae9fdf371574eec40d (diff)
downloadclasspath-5c942cc403590457638443c372d7b0626711a4a3.tar.gz
* NEWS: Fixed typo.
-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"