Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Zarna2011-03-29 09:29:59 +0000
committerTomasz Zarna2011-03-29 09:29:59 +0000
commit2aed58516765f31ce5c730f82c21b3e6d87e9128 (patch)
tree9a3b0c65e8156ea90acaa909379da90bb2ca6867 /bundles/org.eclipse.team.cvs.core
parente2df09074d7f0fe135ad05f7ab60a59e563b09c4 (diff)
downloadeclipse.platform.team-2aed58516765f31ce5c730f82c21b3e6d87e9128.tar.gz
eclipse.platform.team-2aed58516765f31ce5c730f82c21b3e6d87e9128.tar.xz
eclipse.platform.team-2aed58516765f31ce5c730f82c21b3e6d87e9128.zip
typo fixed
Diffstat (limited to 'bundles/org.eclipse.team.cvs.core')
-rw-r--r--bundles/org.eclipse.team.cvs.core/src/org/eclipse/team/internal/ccvs/core/CVSCompareSubscriber.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.team.cvs.core/src/org/eclipse/team/internal/ccvs/core/CVSCompareSubscriber.java b/bundles/org.eclipse.team.cvs.core/src/org/eclipse/team/internal/ccvs/core/CVSCompareSubscriber.java
index 554e8a7b9..0d2c5c5f7 100644
--- a/bundles/org.eclipse.team.cvs.core/src/org/eclipse/team/internal/ccvs/core/CVSCompareSubscriber.java
+++ b/bundles/org.eclipse.team.cvs.core/src/org/eclipse/team/internal/ccvs/core/CVSCompareSubscriber.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2000, 2008 IBM Corporation and others.
+ * Copyright (c) 2000, 2011 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
@@ -229,7 +229,7 @@ public class CVSCompareSubscriber extends CVSSyncTreeSubscriber implements ISubs
/**
* Prime the remote tree with the sync info from the local workspace.
- * This is done to ensure that we don't get a huge nimber of outgoing
+ * This is done to ensure that we don't get a huge number of outgoing
* changes before the first refresh.
*
*/

Back to the top