summaryrefslogtreecommitdiff
path: root/libjava
diff options
context:
space:
mode:
authorMatt Kraai <kraai@gcc.gnu.org>2003-05-03 16:20:48 +0000
committerMatt Kraai <kraai@gcc.gnu.org>2003-05-03 16:20:48 +0000
commit5a43f8c419e41730a6d6cf824395f1de2fa9dd9e (patch)
tree71013e95c039d6f6d3e9e6ba568d2f964f9e75ad /libjava
parent13cf99ece09fb65a20160ae963bae51372bdada3 (diff)
downloadgcc-5a43f8c419e41730a6d6cf824395f1de2fa9dd9e.tar.gz
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')
-rw-r--r--libjava/gnu/awt/gtk/GtkButtonPeer.java2
-rw-r--r--libjava/gnu/awt/gtk/GtkComponentPeer.java2
-rw-r--r--libjava/gnu/awt/gtk/GtkContainerPeer.java2
-rw-r--r--libjava/gnu/awt/gtk/GtkFramePeer.java2
-rw-r--r--libjava/gnu/awt/gtk/GtkLabelPeer.java2
-rw-r--r--libjava/gnu/awt/gtk/GtkMainThread.java2
-rw-r--r--libjava/gnu/awt/gtk/GtkToolkit.java2
-rw-r--r--libjava/gnu/awt/gtk/GtkWindowPeer.java2
-rw-r--r--libjava/java/security/Key.java2
-rw-r--r--libjava/java/security/PrivateKey.java2
-rw-r--r--libjava/java/security/Provider.java2
-rw-r--r--libjava/java/security/PublicKey.java2
12 files changed, 12 insertions, 12 deletions
diff --git a/libjava/gnu/awt/gtk/GtkButtonPeer.java b/libjava/gnu/awt/gtk/GtkButtonPeer.java
index c369ba5e9fb..62ad4199da9 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 c2e1c5339ee..82d2714c81e 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 2a654da6d62..18f4f6b75ea 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 83ff613fde8..e73a55bea7f 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 23876f9f0c3..46743c61923 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 1822457fa71..efe22153ed1 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 18833b8f911..4173e5e9b40 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 022fecc79b9..a2428362d1d 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
diff --git a/libjava/java/security/Key.java b/libjava/java/security/Key.java
index ff23a05e208..195e50bb527 100644
--- a/libjava/java/security/Key.java
+++ b/libjava/java/security/Key.java
@@ -62,7 +62,7 @@ import java.io.Serializable;
public interface Key extends Serializable
{
/**
- * The verion identifier used for serialization.
+ * The version identifier used for serialization.
*/
long serialVersionUID = 6603384152749567654L;
diff --git a/libjava/java/security/PrivateKey.java b/libjava/java/security/PrivateKey.java
index feae3f91693..40b97f58b9a 100644
--- a/libjava/java/security/PrivateKey.java
+++ b/libjava/java/security/PrivateKey.java
@@ -56,7 +56,7 @@ package java.security;
public interface PrivateKey extends Key
{
/**
- * The verion identifier used for serialization.
+ * The version identifier used for serialization.
*/
long serialVersionUID = 6034044314589513430L;
} // interface PrivateKey
diff --git a/libjava/java/security/Provider.java b/libjava/java/security/Provider.java
index c40a980aaa3..4b574b4da05 100644
--- a/libjava/java/security/Provider.java
+++ b/libjava/java/security/Provider.java
@@ -45,7 +45,7 @@ import java.util.Properties;
* The services provided by a such a provider can range from security
* algorithms to key generation.
* <p>
- * Providers are installed by name and verion number. There is one
+ * Providers are installed by name and version number. There is one
* standard provider supplied with the class library. This is the
* "GNU" provider, which can also be accessed by the alias "SUN" for
* compatibility with the JDK.
diff --git a/libjava/java/security/PublicKey.java b/libjava/java/security/PublicKey.java
index de4a5762383..81ab764615f 100644
--- a/libjava/java/security/PublicKey.java
+++ b/libjava/java/security/PublicKey.java
@@ -54,7 +54,7 @@ package java.security;
public interface PublicKey extends Key
{
/**
- * The verion identifier used for serialization.
+ * The version identifier used for serialization.
*/
long serialVersionUID = 7187392471159151072L;
} // interface PublicKey