diff options
author | Matt Kraai <kraai@gcc.gnu.org> | 2003-05-03 16:20:48 +0000 |
---|---|---|
committer | Matt Kraai <kraai@gcc.gnu.org> | 2003-05-03 16:20:48 +0000 |
commit | 5a43f8c419e41730a6d6cf824395f1de2fa9dd9e (patch) | |
tree | 71013e95c039d6f6d3e9e6ba568d2f964f9e75ad /libjava/gnu/awt/gtk | |
parent | 13cf99ece09fb65a20160ae963bae51372bdada3 (diff) | |
download | gcc-5a43f8c419e41730a6d6cf824395f1de2fa9dd9e.zip gcc-5a43f8c419e41730a6d6cf824395f1de2fa9dd9e.tar.gz gcc-5a43f8c419e41730a6d6cf824395f1de2fa9dd9e.tar.bz2 |
GtkButtonPeer.java: Fix misspelling of "version".
* libjava/gnu/awt/gtk/GtkButtonPeer.java: Fix misspelling of
"version".
* libjava/gnu/awt/gtk/GtkComponentPeer.java: Likewise.
* libjava/gnu/awt/gtk/GtkContainerPeer.java: Likewise.
* libjava/gnu/awt/gtk/GtkFramePeer.java: Likewise.
* libjava/gnu/awt/gtk/GtkLabelPeer.java: Likewise.
* libjava/gnu/awt/gtk/GtkMainThread.java: Likewise.
* libjava/gnu/awt/gtk/GtkToolkit.java: Likewise.
* libjava/gnu/awt/gtk/GtkWindowPeer.java: Likewise.
* libjava/java/security/Key.java: Likewise.
* libjava/java/security/PrivateKey.java: Likewise.
* libjava/java/security/Provider.java: Likewise.
* libjava/java/security/PublicKey.java: Likewise.
From-SVN: r66431
Diffstat (limited to 'libjava/gnu/awt/gtk')
-rw-r--r-- | libjava/gnu/awt/gtk/GtkButtonPeer.java | 2 | ||||
-rw-r--r-- | libjava/gnu/awt/gtk/GtkComponentPeer.java | 2 | ||||
-rw-r--r-- | libjava/gnu/awt/gtk/GtkContainerPeer.java | 2 | ||||
-rw-r--r-- | libjava/gnu/awt/gtk/GtkFramePeer.java | 2 | ||||
-rw-r--r-- | libjava/gnu/awt/gtk/GtkLabelPeer.java | 2 | ||||
-rw-r--r-- | libjava/gnu/awt/gtk/GtkMainThread.java | 2 | ||||
-rw-r--r-- | libjava/gnu/awt/gtk/GtkToolkit.java | 2 | ||||
-rw-r--r-- | libjava/gnu/awt/gtk/GtkWindowPeer.java | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/libjava/gnu/awt/gtk/GtkButtonPeer.java b/libjava/gnu/awt/gtk/GtkButtonPeer.java index c369ba5..62ad419 100644 --- a/libjava/gnu/awt/gtk/GtkButtonPeer.java +++ b/libjava/gnu/awt/gtk/GtkButtonPeer.java @@ -6,7 +6,7 @@ This file is part of the peer AWT libraries of GNU Classpath. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation, either version 2 of the License, or -(at your option) any later verion. +(at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/libjava/gnu/awt/gtk/GtkComponentPeer.java b/libjava/gnu/awt/gtk/GtkComponentPeer.java index c2e1c53..82d2714 100644 --- a/libjava/gnu/awt/gtk/GtkComponentPeer.java +++ b/libjava/gnu/awt/gtk/GtkComponentPeer.java @@ -6,7 +6,7 @@ This file is part of the peer AWT libraries of GNU Classpath. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation, either version 2 of the License, or -(at your option) any later verion. +(at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/libjava/gnu/awt/gtk/GtkContainerPeer.java b/libjava/gnu/awt/gtk/GtkContainerPeer.java index 2a654da..18f4f6b 100644 --- a/libjava/gnu/awt/gtk/GtkContainerPeer.java +++ b/libjava/gnu/awt/gtk/GtkContainerPeer.java @@ -6,7 +6,7 @@ This file is part of the peer AWT libraries of GNU Classpath. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation, either version 2 of the License, or -(at your option) any later verion. +(at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/libjava/gnu/awt/gtk/GtkFramePeer.java b/libjava/gnu/awt/gtk/GtkFramePeer.java index 83ff613..e73a55b 100644 --- a/libjava/gnu/awt/gtk/GtkFramePeer.java +++ b/libjava/gnu/awt/gtk/GtkFramePeer.java @@ -6,7 +6,7 @@ This file is part of the peer AWT libraries of GNU Classpath. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation, either version 2 of the License, or -(at your option) any later verion. +(at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/libjava/gnu/awt/gtk/GtkLabelPeer.java b/libjava/gnu/awt/gtk/GtkLabelPeer.java index 23876f9..46743c6 100644 --- a/libjava/gnu/awt/gtk/GtkLabelPeer.java +++ b/libjava/gnu/awt/gtk/GtkLabelPeer.java @@ -6,7 +6,7 @@ This file is part of the peer AWT libraries of GNU Classpath. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation, either version 2 of the License, or -(at your option) any later verion. +(at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/libjava/gnu/awt/gtk/GtkMainThread.java b/libjava/gnu/awt/gtk/GtkMainThread.java index 1822457..efe2215 100644 --- a/libjava/gnu/awt/gtk/GtkMainThread.java +++ b/libjava/gnu/awt/gtk/GtkMainThread.java @@ -6,7 +6,7 @@ This file is part of the peer AWT libraries of GNU Classpath. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation, either version 2 of the License, or -(at your option) any later verion. +(at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/libjava/gnu/awt/gtk/GtkToolkit.java b/libjava/gnu/awt/gtk/GtkToolkit.java index 18833b8..4173e5e 100644 --- a/libjava/gnu/awt/gtk/GtkToolkit.java +++ b/libjava/gnu/awt/gtk/GtkToolkit.java @@ -6,7 +6,7 @@ This file is part of the peer AWT libraries of GNU Classpath. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation, either version 2 of the License, or -(at your option) any later verion. +(at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/libjava/gnu/awt/gtk/GtkWindowPeer.java b/libjava/gnu/awt/gtk/GtkWindowPeer.java index 022fecc..a242836 100644 --- a/libjava/gnu/awt/gtk/GtkWindowPeer.java +++ b/libjava/gnu/awt/gtk/GtkWindowPeer.java @@ -6,7 +6,7 @@ This file is part of the peer AWT libraries of GNU Classpath. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation, either version 2 of the License, or -(at your option) any later verion. +(at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of |