Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2005-06-21 16:56:21 +0000
committerDarin Wright2005-06-21 16:56:21 +0000
commit0dcacaba0658db8f27690a837305adca5f95601d (patch)
tree457925141417a0dec2e20073b233292037b6650c
parent5ce5a22fdda6bc023b8b3eed3ef419aea9a92124 (diff)
downloadeclipse.platform.debug-0dcacaba0658db8f27690a837305adca5f95601d.tar.gz
eclipse.platform.debug-0dcacaba0658db8f27690a837305adca5f95601d.tar.xz
eclipse.platform.debug-0dcacaba0658db8f27690a837305adca5f95601d.zip
doc updates (spelling/typos)
-rw-r--r--org.eclipse.debug.core/r3_1_changes.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.debug.core/r3_1_changes.html b/org.eclipse.debug.core/r3_1_changes.html
index 4948d5f51..fb2cba6ac 100644
--- a/org.eclipse.debug.core/r3_1_changes.html
+++ b/org.eclipse.debug.core/r3_1_changes.html
@@ -17,7 +17,7 @@
working sets and resource based working sets (as well, it supports nested groupings).
The <code>breakpointOrganizers</code> extension point allows for other grouping
strategies to be contributed to the debug platform.</p>
-<p>An new, optional, <code>name</code> attribute has been added to the breakpoints
+<p>A new, optional, <code>name</code> attribute has been added to the breakpoints
extension point to provide a type name for breakpoints. This name appears as
the group label, when the user chooses to group breakpoints by type. If this
attribute is not specified on a breakpoint extension, the breakpoints are considered
@@ -49,7 +49,7 @@
public API in 3.1. See the new extension point <code>memoryRenderings</code>,
and the new API package <code>org.eclipse.debug.ui.memory</code> for more information.</p>
<h3>Parse Arguments</h3>
-<p>An convenience API method has been added to <code>DebugPlugin</code> to separate
+<p>A convenience API method has been added to <code>DebugPlugin</code> to separate
arguments in a single string into an array of arguments that can be passed to
the command line for execution. See <code>DebugPlugin.parseArguments(String)</code>.</p>
<h3>Run To Line Handler</h3>
@@ -137,7 +137,7 @@
variables defined in the OS preserving case. This is important on the WIN32
operating system. Although WIN32 is case insensitive, depending on what you
intend to do with the environment, the lack of normalization may or may not
- be problems. This method <code>getNativeEnvironmentCasePreserved()</code> returns
+ cause problems. This method <code>getNativeEnvironmentCasePreserved()</code> returns
mixed-case keys using the variable names recorded by the OS. Use <code>getNativeEnvironment()</code>
instead to get a WIN32 system environment where all keys have been normalized
to uppercase.</p>

Back to the top