* An MAddon represents a self-contained application logic. Addons may be used - * to augment the UI in a variety of ways without requriing that the base application + * to augment the UI in a variety of ways without requiring that the base application * be aware of the extensions. *
- * Addons aare expected to be capable of being removed without damage to the + * Addons are expected to be capable of being removed without damage to the * original UI. While not yet implemented there will be an uninstall protocol defined - * ni the future allowing an addon to remove any model elements specific to the + * In the future allowing an addon to remove any model elements specific to the * addon (i.e. The MinMaxAddon's TrimElements. *
* @since 1.0 diff --git a/bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/commands/MBindingTableContainer.java b/bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/commands/MBindingTableContainer.java index ae10dd450c9..4f997c4824f 100644 --- a/bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/commands/MBindingTableContainer.java +++ b/bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/commands/MBindingTableContainer.java @@ -23,8 +23,8 @@ * ** This type contains the list of binding 'tables', representing the various sets of bindings - * based on the applicaiton's current running 'context'. Here the 'context' represents - * the applicaiton's UI state (i.e. whenther a Dialog is open...). + * based on the application's current running 'context'. Here the 'context' represents + * the application's UI state (i.e. whether a Dialog is open...). *
* @since 1.0 * @noimplement This interface is not intended to be implemented by clients. diff --git a/bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/commands/MCommand.java b/bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/commands/MCommand.java index e81a28dbdff..1e54fbf21f2 100644 --- a/bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/commands/MCommand.java +++ b/bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/commands/MCommand.java @@ -24,7 +24,7 @@ * * *- * A Command represents a logical operation within the applicaiton. The implementation + * A Command represents a logical operation within the application. The implementation * is provided by an MHandler chosen by examining all the candidate's enablement. *
* @since 1.0 @@ -109,7 +109,7 @@ public interface MCommand extends MApplicationElement, MLocalizable { * * *- * This list defines the ste of parameters that this command expects to have defined + * This list defines the set of parameters that this command expects to have defined * during execution. *
* diff --git a/bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/descriptor/basic/MPartDescriptor.java b/bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/descriptor/basic/MPartDescriptor.java index ad94527077c..57bc7bc5ec1 100644 --- a/bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/descriptor/basic/MPartDescriptor.java +++ b/bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/descriptor/basic/MPartDescriptor.java @@ -145,7 +145,7 @@ public interface MPartDescriptor extends MApplicationElement, MUILabel, MHandler * * *- * This is the Toolbar associated with tihs Part (if any). + * This is the Toolbar associated with this Part (if any). *
* * @return the value of the 'Toolbar' containment reference. diff --git a/bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/ui/MSnippetContainer.java b/bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/ui/MSnippetContainer.java index 59c11df9667..e34356ae080 100644 --- a/bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/ui/MSnippetContainer.java +++ b/bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/ui/MSnippetContainer.java @@ -23,7 +23,7 @@ * ** This provides a collection of model fragments that can be subsequently cloned and - * inserterd into the model using the EModelService. For example saving a customized + * inserted into the model using the EModelService. For example saving a customized * Perspective will create a clone and store it in this container. *
* @since 1.0 diff --git a/bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/ui/MUILabel.java b/bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/ui/MUILabel.java index 9bfd7a53882..6a8d0f923f0 100644 --- a/bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/ui/MUILabel.java +++ b/bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/ui/MUILabel.java @@ -21,7 +21,7 @@ * ** This is a mix in that will be used for UI Elements that are capable of showing label - * information in the GUI (e.g. Parts, Menus / Toolbars, Persepectives...) + * information in the GUI (e.g. Parts, Menus / Toolbars, Perspectives...) *
* @since 1.0 * @noimplement This interface is not intended to be implemented by clients. diff --git a/bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/ui/advanced/MPerspective.java b/bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/ui/advanced/MPerspective.java index 67f16619f17..78b18ebac0a 100644 --- a/bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/ui/advanced/MPerspective.java +++ b/bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/ui/advanced/MPerspective.java @@ -30,7 +30,7 @@ * * *- * The Persepctive defines a part of the UI presentation that can be switched independently + * The Perspective defines a part of the UI presentation that can be switched independently * of the rest of the UI. By using Placeholders it's possible to share elements between * different perspectives. *
diff --git a/bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/ui/advanced/MPerspectiveStack.java b/bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/ui/advanced/MPerspectiveStack.java index 6322bcd4f7e..c6047583860 100644 --- a/bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/ui/advanced/MPerspectiveStack.java +++ b/bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/ui/advanced/MPerspectiveStack.java @@ -24,7 +24,7 @@ * * *- * The PerspectiveStack is a collectin of Perspectives. Only one perspective may be + * The PerspectiveStack is a collection of Perspectives. Only one perspective may be * visible at a time and is determined by the container's 'selectedElement'. *
* @since 1.0 diff --git a/bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/ui/basic/MPart.java b/bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/ui/basic/MPart.java index 797e1aece34..0a51746f702 100644 --- a/bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/ui/basic/MPart.java +++ b/bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/ui/basic/MPart.java @@ -68,7 +68,7 @@ public interface MPart extends MPartSashContainerElement, MStackElement, MContri ** Other menus can be added here but have to be managed by the part itself... @@ -86,7 +86,7 @@ public interface MPart extends MPartSashContainerElement, MStackElement, MContri * * *
- * This is the Toolbar associated with tihs Part (if any). + * This is the Toolbar associated with this Part (if any). *
* * @return the value of the 'Toolbar' containment reference. diff --git a/bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/ui/basic/MWindow.java b/bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/ui/basic/MWindow.java index 688c8ee1d45..52bc06f0766 100644 --- a/bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/ui/basic/MWindow.java +++ b/bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/ui/basic/MWindow.java @@ -256,7 +256,7 @@ public interface MWindow * * *- * The heigfht of this window + * The height of this window *
* * @return the value of the 'Height' attribute.