You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2012/05/09 09:41:05 UTC

svn commit: r1335955 - /incubator/syncope/trunk/core/src/main/java/org/apache/syncope/core/propagation/PropagationManager.java

Author: ilgrosso
Date: Wed May  9 07:41:05 2012
New Revision: 1335955

URL: http://svn.apache.org/viewvc?rev=1335955&view=rev
Log:
Fixing typo

Modified:
    incubator/syncope/trunk/core/src/main/java/org/apache/syncope/core/propagation/PropagationManager.java

Modified: incubator/syncope/trunk/core/src/main/java/org/apache/syncope/core/propagation/PropagationManager.java
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/core/src/main/java/org/apache/syncope/core/propagation/PropagationManager.java?rev=1335955&r1=1335954&r2=1335955&view=diff
==============================================================================
--- incubator/syncope/trunk/core/src/main/java/org/apache/syncope/core/propagation/PropagationManager.java (original)
+++ incubator/syncope/trunk/core/src/main/java/org/apache/syncope/core/propagation/PropagationManager.java Wed May  9 07:41:05 2012
@@ -781,7 +781,7 @@ public class PropagationManager {
 
             if (hasToBeregistered(task, execution)) {
                 if (propagationAttempted.isEmpty()) {
-                    LOG.debug("No propagation attemped for {}", execution);
+                    LOG.debug("No propagation attempted for {}", execution);
                 } else {
                     execution.setTask(task);
                     task.addExec(execution);