Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Zarna2011-12-16 12:57:12 +0000
committerTomasz Zarna2011-12-16 12:57:12 +0000
commit04c5abb7c7701ed7b46062ec100f7bca77b5a863 (patch)
tree6e16a7a71f294042001790aade5258d81dad951e /bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team
parent4d359c6f870e5c11891c413250a93caaaec7f1e6 (diff)
downloadeclipse.platform.team-04c5abb7c7701ed7b46062ec100f7bca77b5a863.tar.gz
eclipse.platform.team-04c5abb7c7701ed7b46062ec100f7bca77b5a863.tar.xz
eclipse.platform.team-04c5abb7c7701ed7b46062ec100f7bca77b5a863.zip
Typos fixed.v20111216-1257
Diffstat (limited to 'bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team')
-rw-r--r--bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/wizards/ConfigurationWizardMainPage.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/wizards/ConfigurationWizardMainPage.java b/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/wizards/ConfigurationWizardMainPage.java
index dab83dbce..db5239bdd 100644
--- a/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/wizards/ConfigurationWizardMainPage.java
+++ b/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/wizards/ConfigurationWizardMainPage.java
@@ -321,7 +321,7 @@ public class ConfigurationWizardMainPage extends CVSWizardPage {
}
/*
- * Create a Proeprties node that contains everything needed to create a repository location
+ * Create a Properties node that contains everything needed to create a repository location
*/
private Properties createProperties() {
Properties result = new Properties();
@@ -337,9 +337,9 @@ public class ConfigurationWizardMainPage extends CVSWizardPage {
}
/**
- * Crate a new location with the information entered on the page.
- * The location will exists and can be sed for connecting but is not
- * registered for persistance. This method must be called from the UI
+ * Create a new location with the information entered on the page.
+ * The location will exists and can be set for connecting but is not
+ * registered for persistence. This method must be called from the UI
* thread.
* @return a location or <code>null</code>
* @throws CVSException

Back to the top