Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Zarna2009-09-17 14:25:53 +0000
committerTomasz Zarna2009-09-17 14:25:53 +0000
commit1cf5b5182192850c65f415a23ebddc2b3a3a91ff (patch)
tree6be6d9fdb1466ab67ee8db44fe67c5b2227952fc /bundles/org.eclipse.team.ui/src/org/eclipse/team/ui
parent853a3e2c3c9bc385bbceae99a211846bd31d7aa8 (diff)
downloadeclipse.platform.team-1cf5b5182192850c65f415a23ebddc2b3a3a91ff.tar.gz
eclipse.platform.team-1cf5b5182192850c65f415a23ebddc2b3a3a91ff.tar.xz
eclipse.platform.team-1cf5b5182192850c65f415a23ebddc2b3a3a91ff.zip
Typos fixed.
Diffstat (limited to 'bundles/org.eclipse.team.ui/src/org/eclipse/team/ui')
-rw-r--r--bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/synchronize/AbstractSynchronizeParticipant.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/synchronize/AbstractSynchronizeParticipant.java b/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/synchronize/AbstractSynchronizeParticipant.java
index 2f2307027..e0ebb22f8 100644
--- a/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/synchronize/AbstractSynchronizeParticipant.java
+++ b/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/synchronize/AbstractSynchronizeParticipant.java
@@ -285,7 +285,7 @@ public abstract class AbstractSynchronizeParticipant extends PlatformObject impl
* TeamUIPlugin.log(e);
* }
* </pre>
- * where <code>PARTICIPANT_ID</code> is the id of the particant as defined in the plugin manifest.
+ * where <code>PARTICIPANT_ID</code> is the id of the participant as defined in the plugin manifest.
* </p>
* @see org.eclipse.team.ui.synchronize.ISynchronizeParticipant#init(String, org.eclipse.ui.IMemento)
*/
@@ -331,7 +331,7 @@ public abstract class AbstractSynchronizeParticipant extends PlatformObject impl
* in a compare editor or compare dialog
* @param config the compare configuration that will be used to configure the compare editor or dialog
* @param monitor a progress monitor that can be used if contacting a server to prepare the element and configuration
- * @throws TeamException if an error occurred that shoudl rpevent the display of the compare editor containing
+ * @throws TeamException if an error occurred that should prevent the display of the compare editor containing
* the element
*
* @since 3.1

Back to the top