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
This commit is contained in:
parent
13cf99ece0
commit
5a43f8c419
12 changed files with 12 additions and 12 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue