Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2006-05-16 16:25:50 +0000
committerDarin Wright2006-05-16 16:25:50 +0000
commit29514b48d000b54ab96c43b6deae235ac3a76c60 (patch)
tree5be344c09052e775ad9c81fa5876774dd5150887 /org.eclipse.debug.ui/ui/org/eclipse/debug/ui/DebugPopup.java
parent194c6ae9033ebc05eb035cd033291a5567254eb4 (diff)
downloadeclipse.platform.debug-29514b48d000b54ab96c43b6deae235ac3a76c60.tar.gz
eclipse.platform.debug-29514b48d000b54ab96c43b6deae235ac3a76c60.tar.xz
eclipse.platform.debug-29514b48d000b54ab96c43b6deae235ac3a76c60.zip
javadoc spelling errors
Diffstat (limited to 'org.eclipse.debug.ui/ui/org/eclipse/debug/ui/DebugPopup.java')
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/DebugPopup.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/DebugPopup.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/DebugPopup.java
index 754ab4505..465bb0299 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/DebugPopup.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/DebugPopup.java
@@ -74,14 +74,14 @@ public abstract class DebugPopup extends PopupDialog {
}
/**
- * Returns the text to be shown in the popups's info area.
+ * Returns the text to be shown in the popups's information area.
* May return <code>null</code>.
* <p>
* By default, if this dialog has a persistence command associated with it,
* the text displayed is of the form "Press {key-sequence} to {action}". The
* action text is specified by the method <code>getActionText()</code>.
* </p>
- * @return The text to be shown in the popup's info area or <code>null</code>
+ * @return The text to be shown in the popup's information area or <code>null</code>
*/
protected String getInfoText() {
if (getCommandId() != null && getActionText() != null) {

Back to the top