Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.team.core/src/org/eclipse/team/core/synchronize/FastSyncInfoFilter.java')
-rw-r--r--bundles/org.eclipse.team.core/src/org/eclipse/team/core/synchronize/FastSyncInfoFilter.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.team.core/src/org/eclipse/team/core/synchronize/FastSyncInfoFilter.java b/bundles/org.eclipse.team.core/src/org/eclipse/team/core/synchronize/FastSyncInfoFilter.java
index 3c0511efb..4f543c64c 100644
--- a/bundles/org.eclipse.team.core/src/org/eclipse/team/core/synchronize/FastSyncInfoFilter.java
+++ b/bundles/org.eclipse.team.core/src/org/eclipse/team/core/synchronize/FastSyncInfoFilter.java
@@ -45,11 +45,11 @@ public class FastSyncInfoFilter extends SyncInfoFilter {
*/
public static abstract class CompoundSyncInfoFilter extends FastSyncInfoFilter {
/**
- * Instance variable which contains all the child filters for ths compound filter.
+ * Instance variable which contains all the child filters for this compound filter.
*/
protected FastSyncInfoFilter[] filters;
/**
- * Create a compund filter that contains the provided filters.
+ * Create a compound filter that contains the provided filters.
* @param filters the child filters
*/
protected CompoundSyncInfoFilter(FastSyncInfoFilter[] filters) {

Back to the top