Skip to content

Commit 0c8700e

Browse files
Copilotlaeubi
andcommitted
Fix additional spelling errors in documentation
Co-authored-by: laeubi <[email protected]>
1 parent 6407c03 commit 0c8700e

File tree

14 files changed

+18
-18
lines changed

14 files changed

+18
-18
lines changed

eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/reference/misc/api-usage-rules.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ <h2>
102102
The specification of API elements is generated from Javadoc comments in
103103
the element's Java source code. For some types of elements, the specification
104104
is in the form of a contract. For example, in the case of methods, the
105-
contract is between two parties, the caller of the method and the implementor
105+
contract is between two parties, the caller of the method and the implementer
106106
of the method. The fundamental ground rule is:
107107
<ul>
108108
<li>
@@ -274,7 +274,7 @@ <h2>
274274
an API interface if and only if they are allowed to implement it.
275275
<ul>
276276
<li>
277-
<b>Restricted implementors.</b> Do not implement an API interface that
277+
<b>Restricted implementers.</b> Do not implement an API interface that
278278
is documented as available only to certain parties unless you're one of
279279
them. In many situations, interfaces are used to hide internal implementation
280280
details from view.</li>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ <H3>Compatibility with installed plug-ins</H3>
146146
Finally, there is a preference setting that can be used to disable linked resources
147147
for the entire workspace. While the previous two veto mechanisms work
148148
on a per-project basis, this preference affects all projects in the workspace. To
149-
set this preference programatically, use the preference <code>ResourcesPlugin.PREF_DISABLE_LINKING</code>.
149+
set this preference programmatically, use the preference <code>ResourcesPlugin.PREF_DISABLE_LINKING</code>.
150150
Note that even when set, users or plug-ins can override this by turning the preference
151151
off.
152152
</p>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ <h4>Content Type Aliasing</h4>
125125

126126
<p>This provides plug-ins with a placeholder they can refer to regardless the
127127
preferred content type is available or not. If it is, the alias content type
128-
is supressed from the content type catalog and any references to it are interpreted
128+
is suppressed from the content type catalog and any references to it are interpreted
129129
as references to the target content type. If it is not, the alias will be used
130130
as an ordinary content type.</p>
131131
</BODY>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ <H3>
1717
<p>
1818
The mechanics for supporting plug-ins are implemented using the <a href="https://docs.osgi.org/specification/osgi.core/7.0.0/">OSGi</a> framework. From this
1919
standpoint, a plug-in is the same thing as an OSGi <b>bundle</b>. The bundle and its associated classes specify and implement
20-
the process for Java class-loading, prequisite management, and the bundle's life-cycle. For the rest of this discussion, we use
20+
the process for Java class-loading, prerequisite management, and the bundle's life-cycle. For the rest of this discussion, we use
2121
the terms <b>plug-in</b> and <b>bundle</b> interchangeably, unless discussing a particular class in the framework.
2222
</p>
2323
<h4>Plugin</h4>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ <h4>Detailed Design</h4>
5252
following adaptations:</p>
5353
<ul>
5454
<li>There is only one separator, the comma(,). </li>
55-
<li>This design can easily be adapted to accomodate a different separator,
55+
<li>This design can easily be adapted to accommodate a different separator,
5656
like a semicolon (;) or a tab character, etc... </li>
5757
</ul>
5858
<b>Example:</b>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ <H4>Resource disposal</H4>
146146

147147
<ul>
148148
<li>If you create a graphic object or widget using a constructor, you must
149-
explicitely dispose of it when you are finished using it.</li>
149+
explicitly dispose of it when you are finished using it.</li>
150150
<li>When a
151151
<a href="../reference/api/org/eclipse/swt/widgets/Composite.html"><strong>Composite</strong></a>,
152152
is disposed, the composite and all of its child widgets are recursively disposed. In this

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ <h2><a name="TeamContent"></a>Model Content in Team Viewers</h2>
481481
for handling the transition from a model-based merge to a preview in a
482482
dialog or Synchronize view.</li>
483483
</ul>
484-
<p>The following XML snipets illustrate how the CVS participant class
484+
<p>The following XML snippets illustrate how the CVS participant class
485485
is registered and how it's viewer is defined.</p>
486486
<pre style="background-color: rgb(204, 204, 255);"> &lt;extension point="org.eclipse.team.ui.synchronizeParticipants"&gt;
487487
&lt;participant

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
@@ -202,7 +202,7 @@ <h4>Repeated Subitems</h4>
202202
</pre>
203203
If the value of the variable is <code>1,b,three</code>, then three subitems will appear in the cheat sheet, each
204204
having a unique label ("Step 1," "Step b," "Step three"). The variable can be used in the label or the
205-
action paramater value. It can also be accessed from the
205+
action parameter value. It can also be accessed from the
206206
<a href="../reference/api/org/eclipse/ui/cheatsheets/ICheatSheetManager.html"><b>ICheatSheetManager</b></a>
207207
while the action is executing.
208208
<h4>Cheat Sheet Listeners</h4>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ <h2>Declaring a Context Id</h2>
4646
<p>
4747
<em>
4848
Note: The default implementation of help will display the help dialog tray only if
49-
the dialog is either large enough to accomodate it, or is resizable. Otherwise,
49+
the dialog is either large enough to accommodate it, or is resizable. Otherwise,
5050
an infopop will be shown.
5151
</em>
5252
</p>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ <h3>Making Information Center Available on the Web</h3>
197197

198198
<p>
199199
Eclipse contains a complete information center and does not require any other server
200-
software to run. However, in an unsecure environment like the Internet, it is
200+
software to run. However, in an insecure environment like the Internet, it is
201201
not recommended to allow direct access by the clients, but instead made
202202
available through an HTTP server or an application server. Most servers come
203203
with modules or servlets for delegating certain request to other Web resources.

0 commit comments

Comments
 (0)