Skip to content

Commit 95a0e08

Browse files
Copilotlaeubi
authored andcommitted
Fix additional spelling and grammar errors
Co-authored-by: laeubi <[email protected]>
1 parent 32a85cb commit 95a0e08

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/forms_controls_section.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ <H1>
5959
<p>Unlike <code>ExpandableComposite</code>, <code>Section</code> automatically
6060
handles reflows on expansion state change. Other interesting uses of the
6161
expansion state notification are lazy creation of the Section content that is
62-
delayed until the section is expaned.</p>
62+
delayed until the section is expanded.</p>
6363
</BODY>
6464
</HTML>

eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_cheatsheet_simple.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ <h4>Conditional Expressions and Cheat Sheet Variables</h4>
153153
particular condition being true. Conditions are described in the <b>condition</b> element of a subitem
154154
using arbitrary string values that are matched
155155
against the <b>when</b> attribute for each choice. Conditions typically reference cheat sheet
156-
variables using the form <code>${<i>var</i>}</code>, where <i>var</i> refers to the name of a cheet sheet variable.
156+
variables using the form <code>${<i>var</i>}</code>, where <i>var</i> refers to the name of a cheat sheet variable.
157157
A few simple examples will help demonstrate how conditional expressions work.
158158
</p>
159159
<p>

eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_intro_define_content.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ <h2>Defining Intro Content</h2>
6767
&lt;link label="Samples" url="http://org.eclipse.ui.intro/showPage?id=samples" id="samples" style-id="right"&gt;
6868
&lt;text&gt;Explore Eclipse development through code samples&lt;/text&gt;
6969
&lt;/link&gt;
70-
&lt;link label="Whats New" url="http://org.eclipse.ui.intro/showPage?id=news" id="news" style-id="right"&gt;
70+
&lt;link label="What's New" url="http://org.eclipse.ui.intro/showPage?id=news" id="news" style-id="right"&gt;
7171
&lt;text&gt;Find out what is new in this release&lt;/text&gt;
7272
&lt;/link&gt;
7373
&lt;/group&gt;

eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_intro_swt_properties.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ <h2>SWT Properties for Intro</h2>
3737
! -----------------------------
3838
title.fg = #rrggbb hex
3939

40-
! Backgournd Image for presentation title
40+
! Background Image for presentation title
4141
! ----------------------------------------
4242
title.image = &lt;file name&gt;
4343
title.image.repeat = true/false

eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/workbench_advext_decorators.htm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ <H3>
6262
contains a complete description of the decorator's icon, placement, and enabling
6363
conditions.&nbsp; Declarative decorators are useful when only an icon is used to
6464
decorate the label.&nbsp; The plug-in need only specify the <b>quadrant</b> where the decorator should be
65-
overlayed on the regular icon and the <b>icon</b> for the overlay.&nbsp; As
66-
shown in the picture, the PDE binary icon is overlayed in the top left quadrant of the
65+
overlaid on the regular icon and the <b>icon</b> for the overlay.&nbsp; As
66+
shown in the picture, the PDE binary icon is overlaid in the top left quadrant of the
6767
package icon.</p>
6868

6969

eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/workbench_advext_perspectiveExtension.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ <H3>
116116
targets in the <b>Navigate &gt; Show In </b>menu.&nbsp; The ability to specify a
117117
&quot;show in&quot; view in the extension markup allows you to add your
118118
newly contributed views as targets in another perspective's &quot;show in&quot;
119-
menus.&nbsp; See <a href="workbench_perspectives.htm#showin">Linking views and
119+
menus.&nbsp; See <a href="workbench_perspectives.htm#shown in">Linking views and
120120
editors</a> for more information on &quot;show in.&quot;</P>
121121

122122

eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/workbench_basicext_editors.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ <H3>
8484
<img src="images/contributions_global.png" alt="Showing a global menu additions" border="0" >
8585
<P>
8686
These menu and tool bar items can be shown only when the editor is active using core expressions.
87-
To define a re-usable core expression for your editor, use
87+
To define a reusable core expression for your editor, use
8888
<b><a href="../reference/extension-points/org_eclipse_core_expressions_definitions.html">org.eclipse.core.expressions.definitions</a></b></P>
8989
<pre>
9090
&lt;extension

eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/workbench_perspectives.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ <h3>
8282

8383

8484
<h3>
85-
<a name="showin">Linking views and editors</a> with &quot;show-in&quot;</h3>
85+
<a name="shown in">Linking views and editors</a> with &quot;show-in&quot;</h3>
8686

8787

8888

0 commit comments

Comments
 (0)