Skip to content

Fix spelling #1780

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ public interface IDebugPreferenceConstants {
*
* @since 3.1
*/
String PREF_TABLE_RENDERING_PAGE_SIZE = "org.eclispe.debug.ui.memory.pageSize"; //$NON-NLS-1$
String PREF_TABLE_RENDERING_PAGE_SIZE = "org.eclipse.debug.ui.memory.pageSize"; //$NON-NLS-1$

/**
* Default page size when dynamic loading mode is off. This preference is stored
Expand Down Expand Up @@ -321,21 +321,21 @@ public interface IDebugPreferenceConstants {
*
* @since 3.3
*/
String PREF_TABLE_RENDERING_PRE_BUFFER_SIZE = "org.eclispe.debug.ui.memory.preBufferSize"; //$NON-NLS-1$
String PREF_TABLE_RENDERING_PRE_BUFFER_SIZE = "org.eclipse.debug.ui.memory.preBufferSize"; //$NON-NLS-1$

/**
* Number of lines to preload after the visible region in the table rendering
*
* @since 3.3
*/
String PREF_TABLE_RENDERING_POST_BUFFER_SIZE = "org.eclispe.debug.ui.memory.postBufferSize"; //$NON-NLS-1$
String PREF_TABLE_RENDERING_POST_BUFFER_SIZE = "org.eclipse.debug.ui.memory.postBufferSize"; //$NON-NLS-1$

/**
* The layout mode in Debug view.
*
* @since 3.5
*/
String DEBUG_VIEW_MODE = "org.eclispe.debug.ui.Debug_view.mode"; //$NON-NLS-1$
String DEBUG_VIEW_MODE = "org.eclipse.debug.ui.Debug_view.mode"; //$NON-NLS-1$
String DEBUG_VIEW_MODE_AUTO = "Debug_view.mode.auto"; //$NON-NLS-1$
String DEBUG_VIEW_MODE_COMPACT = "Debug_view.mode.compact"; //$NON-NLS-1$
String DEBUG_VIEW_MODE_FULL = "Debug_view.mode.full"; //$NON-NLS-1$
Expand All @@ -345,14 +345,14 @@ public interface IDebugPreferenceConstants {
*
* @since 3.5
*/
String DEBUG_VIEW_BREADCRUMB_AUTO_EXPAND_DROP_DOWN = "org.eclispe.debug.ui.Debug_view.Breadcrumb.dropDownAutoexpand"; //$NON-NLS-1$
String DEBUG_VIEW_BREADCRUMB_AUTO_EXPAND_DROP_DOWN = "org.eclipse.debug.ui.Debug_view.Breadcrumb.dropDownAutoexpand"; //$NON-NLS-1$

/**
* Perspectives in which the debug toolbar is hidden.
*
* @since 3.8
*/
String DEBUG_VIEW_TOOLBAR_HIDDEN_PERSPECTIVES = "org.eclispe.debug.ui.Debug_view.debug_toolbar_hidden_perspectives"; //$NON-NLS-1$
String DEBUG_VIEW_TOOLBAR_HIDDEN_PERSPECTIVES = "org.eclipse.debug.ui.Debug_view.debug_toolbar_hidden_perspectives"; //$NON-NLS-1$
}


Expand Down
2 changes: 1 addition & 1 deletion debug/org.eclipse.ui.console/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.ui.console; singleton:=true
Bundle-Version: 3.14.200.qualifier
Bundle-Version: 3.14.300.qualifier
Bundle-Activator: org.eclipse.ui.console.ConsolePlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* A console page participant is notified of page lifecycle events such as
* creation, activation, deactivation and disposal. A page participant can also
* provide adapters for a page. Participants are contributed via the
* <code>org.eclispe.ui.console.consolePageParticipants</code> extension point.
* <code>org.eclipse.ui.console.consolePageParticipants</code> extension point.
* <p>
* Participant behavior is implementation dependent. For example, a page
* participant could add actions to a console's toolbar by accessing a its
Expand Down
2 changes: 1 addition & 1 deletion docs/Eclipse_Project_Update_Sites.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This site contains information about the artifacts created by the Eclipse projec

### Eclipse build repositories

The Eclispe project also publish unreleased versions of its artifacts.
The Eclipse project also publish unreleased versions of its artifacts.
Committers and early adopters, [look below for unversioned repositories.](#Non-versioned-repository-URLs)

#### Versioned repository URLs
Expand Down
2 changes: 1 addition & 1 deletion ua/org.eclipse.ua.tests/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: User Assistance Test
Bundle-SymbolicName: org.eclipse.ua.tests;singleton:=true
Bundle-Version: 3.7.0.qualifier
Bundle-Version: 3.7.100.qualifier
Require-Bundle: org.eclipse.help.ui,
org.eclipse.help.webapp,
org.eclipse.test.performance,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<cheatsheet title="Keyword Index">
<intro>
<description>
Tests for the index view. These tests require org.eclispe.ua.tests to be installed.
Tests for the index view. These tests require org.eclipse.ua.tests to be installed.
</description>
</intro>
<item title="Test Index View" dialog="false" skip="false">
Expand Down
2 changes: 1 addition & 1 deletion ua/org.eclipse.ua.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</parent>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.ua.tests</artifactId>
<version>3.7.0-SNAPSHOT</version>
<version>3.7.100-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion ua/org.eclipse.ui.intro/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin_name
Bundle-SymbolicName: org.eclipse.ui.intro; singleton:=true
Bundle-Version: 3.7.500.qualifier
Bundle-Version: 3.7.600.qualifier
Bundle-Activator: org.eclipse.ui.internal.intro.impl.IntroPlugin
Bundle-Vendor: %provider_name
Bundle-Localization: plugin
Expand Down
2 changes: 1 addition & 1 deletion ua/org.eclipse.ui.intro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
</parent>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.ui.intro</artifactId>
<version>3.7.500-SNAPSHOT</version>
<version>3.7.600-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -138,15 +138,15 @@ public static IIntroPart showIntro(boolean standby) {

/**
* Returns the standby state of the Intro Part. If the intro is closed,
* retruns false.
* returns false.
*/
public static boolean isIntroStandby() {
return PlatformUI.getWorkbench().getIntroManager().isIntroStandby(
getIntro());
}

/**
* Sets the standby state of the Intro Part. If the intro is closed, retruns
* Sets the standby state of the Intro Part. If the intro is closed, returns
* false.
*/
public static void setIntroStandby(boolean standby) {
Expand All @@ -157,7 +157,7 @@ public static void setIntroStandby(boolean standby) {

/**
* Returns the standby state of the Intro Part. If the intro is closed,
* retruns false.
* returns false.
*/
public static boolean closeIntro() {
// Relies on Workbench.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ public Element getElement() {
}

/**
* DOM getAttribute retruns an empty string (not null) if attribute is not
* DOM getAttribute returns an empty string (not null) if attribute is not
* defined. Override this behavior to be consistent with Intro Model, and
* IConfiguration element.
*/
Expand Down Expand Up @@ -305,10 +305,10 @@ public Bundle getBundle() {
* <p>
* Rules:
* <ul>
* <li>For the model root, it retruns null.</li>
* <li>For the model root, it returns null.</li>
* <li>For the introPart presentation it returns a model root.</li>
* <li>For Pages, it returns an intro model root.</li>
* <li>For all other elements, it retruns a subclass of abstract container.
* <li>For all other elements, it returns a subclass of abstract container.
* </li>
* <li>for divs that are children of configs (shared divs), it returns the
* holding model root.</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public abstract class AbstractTextElement extends AbstractIntroContainer {
}

/**
* Retruns the intro text element embedded in this element.
* Returns the intro text element embedded in this element.
*/
public IntroText getIntroText() {
AbstractIntroElement[] children = getChildren();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public class IntroHTML extends AbstractTextElement {
}

/**
* Retruns the intro image element embedded in this element.
* Returns the intro image element embedded in this element.
*/
private IntroImage getIntroImage(Element element, String base) {
try {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public String getUrl() {
}

/**
* Retruns an IntroURL instance if link has a valid intro url. Returns null
* Returns an IntroURL instance if link has a valid intro url. Returns null
* otherwise.
*
* @return Returns the introURL.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ public void createPartControl(Composite parent) {
}

/**
* Retruns a list of valid implementation elements of the config. Choose correct implementation
* Returns a list of valid implementation elements of the config. Choose correct implementation
* element based on os atrributes. Rules: get current OS, choose first contributrion, with os
* that matches OS. Otherwise, choose first contribution with no os. Returns null if no valid
* implementation is found.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ public IntroURL getIntroURL() {


/**
* Retruns the path attribute of the passed URL, stripped out of the leading
* Returns the path attribute of the passed URL, stripped out of the leading
* "/". Returns null if the url does not have a path.
*/
private String getPathAsAction(URL url) {
Expand All @@ -148,7 +148,7 @@ private String getPathAsAction(URL url) {
}

/**
* Retruns the Query part of the URL as an instance of a Properties class.
* Returns the Query part of the URL as an instance of a Properties class.
*/
public Properties getQueryParameters(URL url) {
// parser all query parameters.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public static URL find(Bundle bundle, IPath path) {
}

/**
* Proposed API for Platform in Eclispe 3.2.
* Proposed API for Platform in Eclipse 3.2.
* Same as @link #find(Bundle, IPath) except multiple entries can be
* returned if more than one entry matches the path in the host and
* any of its fragments.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.update.configurator; singleton:=true
Bundle-Version: 3.5.600.qualifier
Bundle-Version: 3.5.700.qualifier
Bundle-Activator: org.eclipse.update.internal.configurator.ConfigurationActivator
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public static IPlatformConfiguration getPlatformConfiguration(URL url, URL loc)
}

/**
* @return the URL of this eclispe installation
* @return the URL of this eclipse installation
*/
public static URL getInstallURL() {
return Utils.getInstallURL();
Expand Down
Loading