You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by dk...@apache.org on 2019/01/17 16:59:36 UTC

[sling-org-apache-sling-jobs-it] branch master updated: Fixed Spelling.

This is an automated email from the ASF dual-hosted git repository.

dklco pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jobs-it.git


The following commit(s) were added to refs/heads/master by this push:
     new e817ce5  Fixed Spelling.
     new 4b5c1a2  Merge pull request #1 from jimmycasey/master
e817ce5 is described below

commit e817ce565e3f8e740ddf7a01cde6cb628ea51b8f
Author: Jimmy Casey <ca...@gmail.com>
AuthorDate: Sun Jul 29 21:34:58 2018 +0000

    Fixed Spelling.
---
 src/test/resources/provisioning-model/jobs-runtime.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/resources/provisioning-model/jobs-runtime.txt b/src/test/resources/provisioning-model/jobs-runtime.txt
index 1e388f0..199dfea 100644
--- a/src/test/resources/provisioning-model/jobs-runtime.txt
+++ b/src/test/resources/provisioning-model/jobs-runtime.txt
@@ -40,6 +40,6 @@
   # In general a queue should only be activated on an instance if the
   # instance is configured with consumers for that queue.
   # If consumers are not present, then the queue will dequeue and force a retry
-  # of each item it can process untill the retry limit is reached.
+  # of each item it can process until the retry limit is reached.
   org.apache.sling.jobs.impl.JobQueueConsumerFactory
     queue-name="org/apache/sling/jobs/it/services"