Skip to content

Commit 6407c03

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

31 files changed

+38
-38
lines changed

eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/concepts/concept-java-search.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ <h1>
7474
<tr>
7575
<td valign="top">
7676
<p>
77-
Implementors
77+
Implementers
7878
</p>
7979

8080
</td>

eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/reference/ref-dialog-java-search.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ <h2 class="Head">Limit To</h2>
110110
<ul>
111111
<li>Declarations</li>
112112

113-
<li>Implementors (available only when searching for types)</li>
113+
<li>Implementers (available only when searching for types)</li>
114114

115115
<li>References</li>
116116

eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/reference/ref-menu-search.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ <h1>
131131
<tr align="left" valign="top">
132132
<td align="left" valign="top">
133133
<p>
134-
Implementors
134+
Implementers
135135
</p>
136136
</td>
137137
<td>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ <h2>
4949
<p>
5050
The <code>org.eclipse.ant.core</code> plugin can be used as an example of how to set up a plugin that contributes tasks within Eclipse.
5151
For development and testing of this plugin within Eclipse, an external tool builder
52-
explictly generates the tasks JAR when triggered on specific resource changes.
52+
explicitly generates the tasks JAR when triggered on specific resource changes.
5353
</p>
5454

5555
<p>Also see <a href="ant_contributing_task.htm">Contributing tasks and types</a>.</p>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ <h2>Navigators - Where the CNF Fits</h2>
144144
</ol>
145145

146146
<p>The only navigator intended for general purpose client use if the
147-
CNF, which can be used either by adding NCEs visable in the Project
147+
CNF, which can be used either by adding NCEs visible in the Project
148148
Explorer (if developing an IDE plugin), or using a separate instance of
149149
the CommonNavigator as a view.</p>
150150

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ <h2>Viewer Configuration</h2>
107107
transfer types to be used when starting a drag from the viewer.</li>
108108
<li><b>options</b> - specifies options used to control the
109109
presentation of the view. For example these allow hiding of menus and
110-
buttons shown at the top of the view. Theses options are defined by <b><a
110+
buttons shown at the top of the view. These options are defined by <b><a
111111
href="../reference/api/org/eclipse/ui/navigator/INavigatorViewerDescriptor.html">INavigatorViewerDescriptor
112112
</a> </b></li>
113113
</ol>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ <h2>Starting an SSH Session With JAAS Authentication</h2>
209209
console prompt to explore commands to perform the following functions:</p>
210210
<ul>
211211
<li>adding, deleting, listing users</li>
212-
<li>reseting and changing passwords</li>
212+
<li>resetting and changing passwords</li>
213213
<li>adding and removing user roles</li>
214214
</ul>
215215

@@ -508,7 +508,7 @@ <h2>Implementing Custom Console Commands</h2>
508508

509509
<h2>Implementing Custom Tab Completion</h2>
510510

511-
<p>The Equinox console provides tab completion and allows implementors to provide their own
511+
<p>The Equinox console provides tab completion and allows implementers to provide their own
512512
custom completion providers. This feature is available only when connecting through a Telnet
513513
or SSH session. Completion is available for:</p>
514514

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<BODY>
1414
<h2>Launching a Program</h2>
1515
<p>The platform debug plug-ins allow your plug-in to extend the platform so that your
16-
partiticular type of program can be launched from the workbench, obtaining input from the user if
16+
particular type of program can be launched from the workbench, obtaining input from the user if
1717
necessary. A unique type of program that can be launched in the platform is called a
1818
<b>launch configuration type</b>. The class
1919
<a href="../reference/api/org/eclipse/debug/core/ILaunchConfiguration.html"><b>ILaunchConfiguration</b></a>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ <h3>Debug Model Presentation</h3>
4343
model. The details are computed by the debug model presentation and passed
4444
to the details viewer. For example, the Java debugger uses the details
4545
viewer to show code assist in the variables view when expressions are evaluated.</p>
46-
<p>Implementors of <a href="../reference/api/org/eclipse/debug/ui/IDebugModelPresentation.html"><b>IDebugModelPresentation</b></a> may
46+
<p>Implementers of <a href="../reference/api/org/eclipse/debug/ui/IDebugModelPresentation.html"><b>IDebugModelPresentation</b></a> may
4747
also implement <a href="../reference/api/org/eclipse/debug/ui/IDebugEditorPresentation.html"><b>IDebugEditorPresentation</b></a> when
48-
more control is needed over the editor that is displaying source code for a stack frame. Implementors may control the
48+
more control is needed over the editor that is displaying source code for a stack frame. Implementers may control the
4949
editor's position or the annotations in the source.</p>
5050

5151
</BODY>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ <h3>
8686
creating the SWT controls that represent the page</li>
8787
<li>
8888

89-
determing when the user has supplied enough information to complete the page (that is, when the user can move to the next page.)
89+
determining when the user has supplied enough information to complete the page (that is, when the user can move to the next page.)
9090
</li>
9191
</ul>
9292

0 commit comments

Comments
 (0)