Skip to content

Commit 933e530

Browse files
authored
fix spelling errors (#432)
1 parent 080cf48 commit 933e530

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

src/7-to-8/major-changes/excluding-tasks.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ Excluding Tasks at Start-up is Not Supported
1515
Overview
1616
--------
1717

18-
The Cylc 7 sheduler allowed you to exclude tasks from the scheduler at start-up:
18+
The Cylc 7 scheduler allowed you to exclude tasks from the scheduler at start-up:
1919

2020
.. code-block:: cylc
2121
22-
# Cylc 7 only
22+
# Cylc 7 only
2323
[scheduling]
2424
[[special tasks]]
2525
include at start-up = foo, bar, baz # Cylc 8 ERROR!
@@ -33,7 +33,7 @@ pool", and the workflow evolved by each task spawning its own next-cycle
3333
instance at the right time. So, if you excluded a task a start-up it would not
3434
run in the workflow at all unless manually inserted later at runtime.
3535

36-
The Cylc 8 scheduler starts up with only the initial tasks in the graph and the
36+
The Cylc 8 scheduler starts up with only the initial tasks in the graph and the
3737
workflow evolves by spawning new tasks on demand as dictated by the graph.
3838
Consequently excluding a task at start up as described above would have no
3939
effect at all on most tasks.

src/7-to-8/major-changes/ui.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ and as a multi user hub, ``cylc hub``. Both are dependent on `Cylc UI Server`_ i
4242

4343
Cylc 8 UI workflow tree view
4444

45-
Lauching the UI via the hub will require authentication.
45+
Launching the UI via the hub will require authentication.
4646
The default Authenticator uses PAM to authenticate system users with their
4747
username and password.
4848
Going via the hub unlocks the :ref:`Authorization` feature.

src/tutorial/scheduling/datetime-cycling.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ with numbered :term:`cycle points <cycle point>`.
2525
:class: tip
2626

2727
In Cylc, :term:`cycle points <cycle point>` are task labels that anchor the
28-
depedencies between individual tasks: this task depends on that task in
28+
dependencies between individual tasks: this task depends on that task in
2929
that cycle. Tasks can run as soon as their individual dependencies are met,
3030
so cycles do not necessarily run in order, or at the real world time
3131
corresponding to the cycle point value (to do that, see

src/tutorial/scheduling/integer-cycling.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ Recurrence Sections
385385

386386
From an arbitrary cycle point:
387387
We can give a different start point like this:
388-
``5/P3`` means repeat every third cycl, starting from cycle number 5.
388+
``5/P3`` means repeat every third cycle, starting from cycle number 5.
389389
To run a graph at every other cycle point, use ``2/P2``.
390390

391391
Offset from the initial cycle point:

0 commit comments

Comments
 (0)