Skip to content

Commit 4efe388

Browse files
Merge pull request #846 from MetRonnie/fix
Fix spelling
2 parents 13685b5 + 8250be8 commit 4efe388

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

src/glossary.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,13 @@ Glossary
9191
n-window
9292
The GUI provides a view of the workflow extending ``n`` graph edges out
9393
from :term:`active tasks <active task>` - which form the ``n=0``
94-
window. The default n-window extent is ``n=1``.
94+
window. The default n-window extent is ``n=1``.
9595

9696
active cycle
9797
A cycle point is considered to be active if it contains any
9898
:term:`active tasks <active task>`.
9999

100-
Active cycles count toward the :term:`runahead limit`.
100+
Active cycles count toward the :term:`runahead limit`.
101101

102102
.. seealso::
103103

@@ -1408,7 +1408,7 @@ Glossary
14081408
14091409
output completion
14101410
output completion condition
1411-
A task's outputs are *complete* if its *output completion condition*
1411+
A task's outputs are *complete* if its *output completion condition*
14121412
is satisfied.
14131413

14141414
The completion condition can be defined by the user in
@@ -1484,7 +1484,7 @@ Glossary
14841484
are known as :term:`message triggers <message trigger>`.
14851485

14861486
The term "trigger" also refers the action of manually triggering
1487-
a task to run, via the ``cylc trigger`` command or the GUI.
1487+
a task to run, via the ``cylc trigger`` command or the GUI.
14881488

14891489

14901490
message trigger
@@ -1578,7 +1578,7 @@ Glossary
15781578
stall
15791579
stalled workflow
15801580
A stalled workflow has not :ref:`run to completion <workflow completion>`
1581-
but cannot continue without manual intervention.
1581+
but cannot continue without manual intervention.
15821582

15831583
A stalled scheduler stays alive for a configurable timeout period
15841584
pending manual intervention. If it shuts down (on the stall timeout
@@ -1735,7 +1735,7 @@ Glossary
17351735
runahead limit
17361736
runahead
17371737
In a :term:`cycling workflow` the runahead limit determines how
1738-
far ahead, in :term:`cycle points <cycle point>`, activity can
1738+
far ahead, in :term:`cycle points <cycle point>`, activity can
17391739
extend beyond the earliest submitted or running tasks.
17401740

17411741
.. seealso::

src/user-guide/running-workflows/reflow.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ As a flow advances, upcoming tasks run only if they have not already run in
1212
the same flow.
1313

1414
At start-up the :term:`scheduler` automatically triggers the first flow from
15-
the start of the graph.
15+
the start of the graph.
1616

1717
By default, manually triggered tasks "belong to" the existing flow(s), but you
1818
can also choose to start new flows by triggering tasks anywhere in the graph.
@@ -124,7 +124,7 @@ Triggering with No Active Flows
124124

125125
Special Case: Triggering ``n=0`` (:term:`active tasks <active task>`)
126126
Active tasks already have flow membership assigned.
127-
Flow numbers are inherited, on entering the active wndow, from parent
127+
Flow numbers are inherited, on entering the active window, from parent
128128
(upstream) tasks in the graph.
129129

130130
- Triggering a task with a submitted or running job has no effect
@@ -186,7 +186,7 @@ Regenerating Outputs Behind a Flow
186186
of the graph, and you do not want it to carry on indefinitely.
187187

188188
Rewinding a Workflow
189-
To rewind the workflow to an earlier point, perhaps to regenerate data and/or
189+
To rewind the workflow to an earlier point, perhaps to regenerate data and/or
190190
allow the workflow to evolve a new path into the future, trigger a new
191191
flow at the right place and then stop the original flow.
192192

src/user-guide/running-workflows/workflow-completion.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Scheduler Stall
1414

1515
A workflow has stalled if:
1616

17-
* No tasks are waiting on unstatisfied external events, like clock triggers and xtriggers.
17+
* No tasks are waiting on unsatisfied external events, like clock triggers and xtriggers.
1818
* AND All activity has ceased.
1919
* AND The workflow has not run to completion.
2020

@@ -40,6 +40,6 @@ manual intervention.
4040

4141
.. seealso::
4242

43-
* :cylc:conf:`[scheduler][events]stall timeout`
44-
* :cylc:conf:`[scheduler][events]abort on stall timeout`
45-
* :cylc:conf:`[scheduler][events]stall handlers`
43+
* :cylc:conf:`[scheduler][events]stall timeout`
44+
* :cylc:conf:`[scheduler][events]abort on stall timeout`
45+
* :cylc:conf:`[scheduler][events]stall handlers`

0 commit comments

Comments
 (0)