summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Gates <tim.gates@iress.com>2021-01-10 09:23:05 +1100
committerGitHub <noreply@github.com>2021-01-10 00:23:05 +0200
commit63c3b9260d01d93a2144c1e526261d5e4f1ab4a6 (patch)
tree0961716ee746cbe8e0c938192c018eb787d99da2 /docs
parent350b40233d4c491b11324bfa233c2d2d59d5ba31 (diff)
downloadapscheduler-63c3b9260d01d93a2144c1e526261d5e4f1ab4a6.tar.gz
Fixed a typo (#482)
There is a small typo in docs/versionhistory.rst. Should read `concurrently` rather than `concurrenctly`.
Diffstat (limited to 'docs')
-rw-r--r--docs/versionhistory.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/versionhistory.rst b/docs/versionhistory.rst
index 265e57d..f4519b3 100644
--- a/docs/versionhistory.rst
+++ b/docs/versionhistory.rst
@@ -337,7 +337,7 @@ UNRELEASED
* Added optional job execution coalescing for situations where several
executions of the job are due
-* Added an option to limit the maximum number of concurrenctly executing
+* Added an option to limit the maximum number of concurrently executing
instances of the job
* Allowed configuration of misfire grace times on a per-job basis