Skip to content

Commit 788bfa7

Browse files
wxtimMetRonnie
authored andcommitted
more spelling fixes
1 parent 9e26f7b commit 788bfa7

File tree

9 files changed

+12
-12
lines changed

9 files changed

+12
-12
lines changed

src/7-to-8/caveats.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,6 @@ Authorization
107107
the UI doesn't yet provide easy access to other users' UI Servers.
108108

109109
CLI Via UIS
110-
The ability to route Cylc commands via the UIS is planned for a future relase
110+
The ability to route Cylc commands via the UIS is planned for a future release
111111

112112
* https://github.com/cylc/cylc-flow/issues/3528

src/glossary.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ Glossary
620620
Implicit tasks submit real jobs that just exit without doing anything
621621
useful. They may be useful placeholders during workflow development but
622622
are not allowed by default because they can be created accidentally by
623-
smply misspelling a task name in the graph or under ``[runtime]``.
623+
simply misspelling a task name in the graph or under ``[runtime]``.
624624

625625
Here ``bar`` is implicit:
626626

src/reference/config/file-format.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Boolean Values
5555
5656
5757
Sections and Sub-sections
58-
Settings have a level-dependendent number of square brackets:
58+
Settings have a level-dependent number of square brackets:
5959

6060
.. code-block:: cylc
6161
@@ -97,7 +97,7 @@ Duplicate Sections and Items
9797
[animals]
9898
dog = fido
9999
cat = dusty
100-
100+
101101
is equivalent to this:
102102

103103
.. code-block:: cylc

src/tutorial/scheduling/datetime-cycling.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ ISO8601 Datetimes
5353
For brevity we may omit seconds (and minutes) from the time i.e:
5454
``20000101T0000`` (``20000101T00``).
5555

56-
For reability we can add hyphens (``-``) between the date components
56+
For readability we can add hyphens (``-``) between the date components
5757
and colons (``:``) between the time components.
5858
This is optional, but if you do this you must use both hyphens *and* colons.
5959

src/tutorial/scheduling/further-scheduling.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Clock Triggers
5959
.. ifnotslides::
6060

6161
In Cylc, :term:`cycle points <cycle point>` are just labels. Tasks are
62-
triggered when their dependencies are met regardles of their cycle point.
62+
triggered when their dependencies are met regardless of their cycle point.
6363
But we can use *clock triggers* to force tasks to wait for a particular time,
6464
relative to their cycle point time, before running.
6565
This is necessary for certain operational and monitoring systems, e.g. for

src/user-guide/task-implementation/job-submission.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ scheduler program when they are ready to run, and how to define new
99

1010
.. note::
1111

12-
For the requirements a command, script, or program, must fulfill in order to
12+
For the requirements a command, script, or program, must fulfil in order to
1313
function as a Cylc task, see :ref:`TaskImplementation`.
1414

1515
When a task is ready Cylc generates a :term:`job script` (see :ref:`JobScripts`).
@@ -156,7 +156,7 @@ Overriding The Job Submission Command
156156
-------------------------------------
157157

158158
To change the form of the actual command used to submit a job you
159-
need to define a new
159+
need to define a new
160160
:cylc:conf:`global.cylc[platforms][<platform name>]job runner command template`.
161161

162162
.. code-block:: cylc

src/user-guide/writing-workflows/scheduling.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1334,7 +1334,7 @@ Tasks that depend on their own previous-cycle instance can be declared as
13341334
[[graph]]
13351335
T00,T12 = "foo => bar"
13361336
1337-
However, this feature is deprecated in favor of explicit intercycle triggers
1337+
However, this feature is deprecated in favour of explicit intercycle triggers
13381338
which expose the associated scheduling behaviour in the graph:
13391339

13401340
.. code-block:: cylc

src/workflow-design-guide/general-principles.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ they can run directly on target platforms, and you can rerun them later without
117117
restarting the workflow.
118118

119119

120-
Confining Ouput To The Run Directory
121-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
120+
Confining Output To The Run Directory
121+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
122122

123123
Output files should be confined to the run directory tree. Then all
124124
output is easy to find, multiple instances of the same workflow can run

src/workflow-design-guide/portable-workflows.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ workflow config file to automatically set site-specific workflow inputs and ther
263263
avoid the need to make manual changes every time you check out and run a new
264264
version. The site switch itself has to be set of course, but there may be other
265265
settings too such as model parameters for a standard local test domain. Just
266-
put these settings in ``opt/rose-suite-niwa.conf`` (for site "niwa")
266+
put these settings in ``opt/rose-suite-niwa.conf`` (for site ``niwa``)
267267
and run the workflow with ``rose suite-run -O niwa``.
268268

269269

0 commit comments

Comments
 (0)