Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Zarna2011-08-31 09:53:09 +0000
committerTomasz Zarna2011-08-31 09:53:09 +0000
commit9acae06ee966818e996b595e44a051b9de217b2c (patch)
treeaa625a80b68b490419390e4410f23b199ccde792
parent57de0e84e71a28fb9e84cef682cc3a140bc403d7 (diff)
downloadeclipse.platform.team-9acae06ee966818e996b595e44a051b9de217b2c.tar.gz
eclipse.platform.team-9acae06ee966818e996b595e44a051b9de217b2c.tar.xz
eclipse.platform.team-9acae06ee966818e996b595e44a051b9de217b2c.zip
Fixed typo.
-rw-r--r--bundles/org.eclipse.team.core/src/org/eclipse/team/internal/core/TeamPlugin.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.team.core/src/org/eclipse/team/internal/core/TeamPlugin.java b/bundles/org.eclipse.team.core/src/org/eclipse/team/internal/core/TeamPlugin.java
index 1823e2fa5..7d401c55f 100644
--- a/bundles/org.eclipse.team.core/src/org/eclipse/team/internal/core/TeamPlugin.java
+++ b/bundles/org.eclipse.team.core/src/org/eclipse/team/internal/core/TeamPlugin.java
@@ -49,7 +49,7 @@ final public class TeamPlugin extends Plugin {
public static final String PROJECT_SET_EXTENSION = "projectSets"; //$NON-NLS-1$
// The id of the repository extension point
public static final String REPOSITORY_EXTENSION = "repository"; //$NON-NLS-1$
- // The id of the default file modification vaidator extension point
+ // The id of the default file modification validator extension point
public static final String DEFAULT_FILE_MODIFICATION_VALIDATOR_EXTENSION = "defaultFileModificationValidator"; //$NON-NLS-1$
// The id used to associate a provider with a project

Back to the top