SharedLibLoader.java: Fix misspelling.

2003-07-11  Matt Kraai  <kraii@alumni.cmu.edu>

	* gnu/gcj/runtime/SharedLibLoader.java: Fix misspelling.
	* gnu/gcj/runtime/natSharedLibLoader.cc: Likewise.
	* java/awt/im/InputContext.java: Remove a redundant
	partial line.

From-SVN: r69238
This commit is contained in:
Matt Kraai 2003-07-11 18:27:54 +00:00 committed by Tom Tromey
parent 48144cd490
commit d3276d3574
4 changed files with 12 additions and 6 deletions

View file

@ -1,5 +1,5 @@
/* InputContext.java -- provides the context for text input
Copyright (C) 2002 Free Software Foundation, Inc.
Copyright (C) 2002, 2003 Free Software Foundation, Inc.
This file is part of GNU Classpath.
@ -339,7 +339,6 @@ public class InputContext
*
* @throws UnsupportedOperationException if there is no current input method,
* or the input method does not support reconversion
* @throws UnsupportedOperationException if ther
* @since 1.3
*/
public void reconvert()