Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Zarna2009-10-09 07:34:12 +0000
committerTomasz Zarna2009-10-09 07:34:12 +0000
commit773c2b09169820755799ca646f35dc1fbd06748e (patch)
tree90438f393f71e233a01c31e1ff4b911fcfdee333 /bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/model/CVSModelElement.java
parent9859e518b151c2fe9f649fc4f1c7657a1742d9f7 (diff)
downloadeclipse.platform.team-773c2b09169820755799ca646f35dc1fbd06748e.tar.gz
eclipse.platform.team-773c2b09169820755799ca646f35dc1fbd06748e.tar.xz
eclipse.platform.team-773c2b09169820755799ca646f35dc1fbd06748e.zip
Typos fixed.
Diffstat (limited to 'bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/model/CVSModelElement.java')
-rw-r--r--bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/model/CVSModelElement.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/model/CVSModelElement.java b/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/model/CVSModelElement.java
index 2efc16590..89712593a 100644
--- a/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/model/CVSModelElement.java
+++ b/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/model/CVSModelElement.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2000, 2006 IBM Corporation and others.
+ * Copyright (c) 2000, 2009 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
@@ -85,7 +85,7 @@ public abstract class CVSModelElement implements IWorkbenchAdapter, IAdaptable {
}
/**
- * Helper methed error handler that displayes a generic dialog title and message when displaying an error to the user.
+ * Helper method error handler that displays a generic dialog title and message when displaying an error to the user.
* @param t the exception that occurred.
*/
protected void handle(Throwable t) {

Back to the top