diff options
Diffstat (limited to 'libjava/classpath/javax/swing/JDesktopPane.java')
-rw-r--r-- | libjava/classpath/javax/swing/JDesktopPane.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/classpath/javax/swing/JDesktopPane.java b/libjava/classpath/javax/swing/JDesktopPane.java index ff512114e93..f4c80eca7d6 100644 --- a/libjava/classpath/javax/swing/JDesktopPane.java +++ b/libjava/classpath/javax/swing/JDesktopPane.java @@ -48,7 +48,7 @@ import javax.swing.plaf.DesktopPaneUI; /** * JDesktopPane is a container (usually for JInternalFrames) that simulates a - * desktop. Typically, the user will create JInternalFrames and place thme in + * desktop. Typically, the user will create JInternalFrames and place them in * a JDesktopPane. The user can then interact with JInternalFrames like they * usually would with JFrames. The actions (minimize, maximize, close, etc) * are done by using a DesktopManager that is associated with the |