Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Zarna2010-03-08 10:21:26 +0000
committerTomasz Zarna2010-03-08 10:21:26 +0000
commit933528bd021232c75d0c8d63b529f80dd8e29ee7 (patch)
treea39e987c3821fa9639dc912ab15ff0011843fc72 /bundles/org.eclipse.team.core/src
parent073e97f3c0f7b512adfcb9755702971b655fb69c (diff)
downloadeclipse.platform.team-933528bd021232c75d0c8d63b529f80dd8e29ee7.tar.gz
eclipse.platform.team-933528bd021232c75d0c8d63b529f80dd8e29ee7.tar.xz
eclipse.platform.team-933528bd021232c75d0c8d63b529f80dd8e29ee7.zip
Typo fixed.
Diffstat (limited to 'bundles/org.eclipse.team.core/src')
-rw-r--r--bundles/org.eclipse.team.core/src/org/eclipse/team/core/variants/ThreeWaySubscriber.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.team.core/src/org/eclipse/team/core/variants/ThreeWaySubscriber.java b/bundles/org.eclipse.team.core/src/org/eclipse/team/core/variants/ThreeWaySubscriber.java
index c616b58e7..0058eced7 100644
--- a/bundles/org.eclipse.team.core/src/org/eclipse/team/core/variants/ThreeWaySubscriber.java
+++ b/bundles/org.eclipse.team.core/src/org/eclipse/team/core/variants/ThreeWaySubscriber.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2000, 2006 IBM Corporation and others.
+ * Copyright (c) 2000, 2010 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -21,7 +21,7 @@ import org.eclipse.team.internal.core.subscribers.ThreeWayBaseTree;
/**
* A resource variant tree subscriber whose trees use an underlying
- * <code>ThreeWaySycnrhonizer</code> to store and manage the
+ * <code>ThreeWaySynchronizer</code> to store and manage the
* synchronization state for the local workspace. Subclasses need to
* provide a subclass of <code>ThreeWayRemoteTree</code> and a method
* to create resource variant handles from the bytes cached in the

Back to the top