Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2004-06-15 20:22:20 +0000
committerMichael Valenta2004-06-15 20:22:20 +0000
commit69900eca5aac470ed37963d55c4d69c07d094e38 (patch)
tree5d08ab083513ee3cac5f8498c24656d35ddfd4fb
parentca76df8f3e35d0a4f13ce832a4647b8b4a1569eb (diff)
downloadeclipse.platform.team-69900eca5aac470ed37963d55c4d69c07d094e38.tar.gz
eclipse.platform.team-69900eca5aac470ed37963d55c4d69c07d094e38.tar.xz
eclipse.platform.team-69900eca5aac470ed37963d55c4d69c07d094e38.zip
Javadoc change
-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 390ce4a31..7e026a342 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
@@ -109,8 +109,8 @@ public abstract class ThreeWaySubscriber extends ResourceVariantTreeSubscriber i
}
/**
- * Create the resource variant for the given loicla resource from the
- * given bytes. The bytes are those that were prviously returned
+ * Create the resource variant for the given local resource from the
+ * given bytes. The bytes are those that were previously returned
* from a call to <code>IResourceVariant#asBytes()</code>.
* @param resource the local resource
* @param bytes the bytes that identify a variant of the resource

Back to the top