Author: cziegeler Date: Tue Feb 26 12:31:27 2013 New Revision: 1450149 URL: http://svn.apache.org/r1450149 Log: Typo
Modified: sling/trunk/bundles/extensions/event/src/main/java/org/apache/sling/event/jobs/Queue.java Modified: sling/trunk/bundles/extensions/event/src/main/java/org/apache/sling/event/jobs/Queue.java URL: http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/event/src/main/java/org/apache/sling/event/jobs/Queue.java?rev=1450149&r1=1450148&r2=1450149&view=diff ============================================================================== --- sling/trunk/bundles/extensions/event/src/main/java/org/apache/sling/event/jobs/Queue.java (original) +++ sling/trunk/bundles/extensions/event/src/main/java/org/apache/sling/event/jobs/Queue.java Tue Feb 26 12:31:27 2013 @@ -57,7 +57,7 @@ public interface Queue { * method, the job queue can be woken up and force an immediate reprocessing. * This feature is only supported by ordered queues at the moment. If a queue * does not support this feature, calling this method has only an effect if - * the queue is really supsended. + * the queue is really suspended. */ void resume();