Author: stefanegli
Date: Wed Sep  4 10:24:09 2013
New Revision: 1519972

URL: http://svn.apache.org/r1519972
Log:
SLING-3032 : minor typo

Modified:
    
sling/trunk/tooling/ide/eclipse-ui/src/org/apache/sling/ide/eclipse/ui/wizards/np/ChooseArchetypeWizardPage.java

Modified: 
sling/trunk/tooling/ide/eclipse-ui/src/org/apache/sling/ide/eclipse/ui/wizards/np/ChooseArchetypeWizardPage.java
URL: 
http://svn.apache.org/viewvc/sling/trunk/tooling/ide/eclipse-ui/src/org/apache/sling/ide/eclipse/ui/wizards/np/ChooseArchetypeWizardPage.java?rev=1519972&r1=1519971&r2=1519972&view=diff
==============================================================================
--- 
sling/trunk/tooling/ide/eclipse-ui/src/org/apache/sling/ide/eclipse/ui/wizards/np/ChooseArchetypeWizardPage.java
 (original)
+++ 
sling/trunk/tooling/ide/eclipse-ui/src/org/apache/sling/ide/eclipse/ui/wizards/np/ChooseArchetypeWizardPage.java
 Wed Sep  4 10:24:09 2013
@@ -173,7 +173,7 @@ public class ChooseArchetypeWizardPage e
                                @Override
                                public void run(IProgressMonitor monitor) 
throws InvocationTargetException,
                                                InterruptedException {
-                                       monitor.beginTask("discoverying 
archetypes...", 5);
+                                       monitor.beginTask("discovering 
archetypes...", 5);
                                    ArchetypeManager manager = 
MavenPluginActivator.getDefault().getArchetypeManager();
                                    monitor.worked(1);
                                        


Reply via email to