You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2015/01/28 16:38:51 UTC

svn commit: r1655364 - /sling/trunk/bundles/resourceresolver/src/main/java/org/apache/sling/resourceresolver/impl/ResourceResolverFactoryActivator.java

Author: cziegeler
Date: Wed Jan 28 15:38:51 2015
New Revision: 1655364

URL: http://svn.apache.org/r1655364
Log:
Fix typo

Modified:
    sling/trunk/bundles/resourceresolver/src/main/java/org/apache/sling/resourceresolver/impl/ResourceResolverFactoryActivator.java

Modified: sling/trunk/bundles/resourceresolver/src/main/java/org/apache/sling/resourceresolver/impl/ResourceResolverFactoryActivator.java
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/resourceresolver/src/main/java/org/apache/sling/resourceresolver/impl/ResourceResolverFactoryActivator.java?rev=1655364&r1=1655363&r2=1655364&view=diff
==============================================================================
--- sling/trunk/bundles/resourceresolver/src/main/java/org/apache/sling/resourceresolver/impl/ResourceResolverFactoryActivator.java (original)
+++ sling/trunk/bundles/resourceresolver/src/main/java/org/apache/sling/resourceresolver/impl/ResourceResolverFactoryActivator.java Wed Jan 28 15:38:51 2015
@@ -674,7 +674,7 @@ public class ResourceResolverFactoryActi
                     this.unregisterFactory();
                     // we only delay between unregister and check
                     // the delay is not really necessary but it provides
-                    // a smother unregistration/registration cascade
+                    // a smoother unregistration/registration cascade
                     // and delaying for 2 secs should not hurt
                     try {
                         Thread.sleep(2000);