[jbosstools-commits] JBoss Tools SVN: r40873 - trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/appimport.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Wed May 9 11:42:13 EDT 2012


Author: adietish
Date: 2012-05-09 11:42:13 -0400 (Wed, 09 May 2012)
New Revision: 40873

Modified:
   trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/appimport/ConfigureGitSharedProject.java
Log:
[JBIDE-11563] fixed typo

Modified: trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/appimport/ConfigureGitSharedProject.java
===================================================================
--- trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/appimport/ConfigureGitSharedProject.java	2012-05-09 13:39:56 UTC (rev 40872)
+++ trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/appimport/ConfigureGitSharedProject.java	2012-05-09 15:42:13 UTC (rev 40873)
@@ -124,7 +124,7 @@
 			// we shouldn't get here, the UI should validate the remote name and
 			// inform about an error in this case
 			throw new OpenShiftUIException(
-					"Could not enable OpenShift on project \"{0}\". There already is a remote called \"{1}\" that points to a differnt git repository.",
+					"Could not enable OpenShift on project \"{0}\". There already is a remote called \"{1}\" that points to a different git repository.",
 					project.getName(), remoteName);
 		}
 



More information about the jbosstools-commits mailing list