Skip to content

Commit e01da54

Browse files
authored
fix small spelling errors (#396)
1 parent de3a1ff commit e01da54

File tree

8 files changed

+16
-16
lines changed

8 files changed

+16
-16
lines changed

src/7-to-8/major-changes/play-pause-stop.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Play Pause Stop
1212
Overview
1313
--------
1414

15-
Cylc 8 uses a simplfied model for controlling workflows based on the controls
15+
Cylc 8 uses a simplified model for controlling workflows based on the controls
1616
of a tape player.
1717

1818
There are now three controls, play, pause and stop:

src/7-to-8/summary.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ Security
434434

435435
.. seealso::
436436

437-
Techincal reference:
437+
Technical reference:
438438

439439
* :ref:`CylcUIServer.architecture`
440440

src/glossary.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ Glossary
497497
intercycle dependency
498498
intercycle trigger
499499
In a :term:`cycling workflow <cycling>`, intercycle dependence refers to
500-
a :term:`task` dependending on other tasks at different cycle points.
500+
a :term:`task` depending on other tasks at different cycle points.
501501

502502
For example, in the following workflow the task ``bar`` depends on
503503
its own previous instance:
@@ -552,7 +552,7 @@ Glossary
552552
A qualifier is what follows :term:`task` or family :term:`family` names
553553
after a colon ``:`` in :term:`triggers <trigger>`, in the :term:`graph`,
554554
to specify exactly which :term:`task outputs <task output>` must be
555-
completed for the :term:`dependency` to be satisified.
555+
completed for the :term:`dependency` to be satisfied.
556556

557557
For example, in ``foo:start => bar``, the ``:start`` qualifier means that
558558
the ``started`` output of task ``foo`` must be completed to satisfy the
@@ -1270,7 +1270,7 @@ Glossary
12701270

12711271
task output
12721272
Task outputs mark the progression of a :term:`task` from waiting (for
1273-
prerequisites to be satisified) through to success or failure at run
1273+
prerequisites to be satisfied) through to success or failure at run
12741274
time. Downstream tasks can trigger off of the outputs of other tasks, as
12751275
determined by the :term:`graph`.
12761276

src/reference/environments/conda.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The simplest Cylc installation consists only of `Cylc Flow`_:
2727
.. tip::
2828

2929
We suggest installing `Cylc Flow`_ at a "minor" version (e.g. ``8.1`` rather
30-
than ``8.1.2``) to pick up the latest "maintainance" release.
30+
than ``8.1.2``) to pick up the latest "maintenance" release.
3131

3232
If you do not specify your Python version you will be provided with the most
3333
recent compatible one.
@@ -112,7 +112,7 @@ Working With Other Conda Channels
112112
---------------------------------
113113

114114
Cylc projects are published to Conda Forge and the above environments install
115-
all dependences from Conda Forge.
115+
all dependencies from Conda Forge.
116116

117117
If you want to install other dependencies (e.g. Python), from other channels
118118
(e.g. Anaconda), list the dependency explicitly and place the channel *above*

src/user-guide/introduction/what-is-cylc.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ What is Cylc?
44
Cylc (pronounced silk) is a workflow engine, a system that automatically
55
executes tasks according to schedules and dependencies.
66

7-
In a Cylc workflow each step is an application: an excecutable command, script,
7+
In a Cylc workflow each step is an application: an executable command, script,
88
or program. Cylc runs each task as soon as it is appropriate to do so.
99

1010

src/user-guide/sharing-access-to-workflows.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ There are three methods of identifying a user to grant access to:
3030

3131

3232
Using glob (``*``) to pattern match usernames and group names is not currently
33-
supported.
33+
supported.
3434

3535
Permissions are additive. If the user appears elsewhere in configuration, for
3636
example as a member of a system group, the permission level is taken as the
@@ -51,7 +51,7 @@ Assigning permissions can be done in two ways:
5151
Using both methods is supported, e.g ["READ", "stop", "pause"]
5252

5353
Individual Operations
54-
^^^^^^^^^^^^^^^^^^^^^
54+
^^^^^^^^^^^^^^^^^^^^^
5555
To assign users permissions, you can list the operations you wish to grant
5656

5757
.. code-block:: python
@@ -117,7 +117,7 @@ to operations in these groups, use ``!READ``, ``!CONTROL``, ``!ALL``.
117117
.. note::
118118

119119
The ``READ`` access group is shorthand for all read-only operations. At present,
120-
this is soley the ``read`` operation, which grants access to GraphQL queries and
120+
this is solely the ``read`` operation, which grants access to GraphQL queries and
121121
subscriptions, and enables users to see the workflows in the UI. In future
122122
the ``READ`` access group may be extended.
123123

@@ -164,7 +164,7 @@ In this scenario:
164164
workflows, even if ``user1`` is a member of the system ``groupA``. This is due
165165
to negations taking precedence over additions.
166166

167-
- ``"user2"`` is not permitted to view workflows, or perform any operations.
167+
- ``"user2"`` is not permitted to view workflows, or perform any operations.
168168

169169
.. _site_configuration:
170170

@@ -190,7 +190,7 @@ Defaults and Limits
190190
^^^^^^^^^^^^^^^^^^^
191191
Sites set both limits and defaults for users.
192192

193-
- ``limit`` determines the maximum access users can grant to their workflows.
193+
- ``limit`` determines the maximum access users can grant to their workflows.
194194

195195
- ``default`` sets a default access level, which applies if the user does
196196
not appear in the user-authorization configuration (via explicit user name or group).
@@ -295,7 +295,7 @@ If authorization is not performing as expected, check
295295
- you have provided ``read`` permissions, which enables the user to see your
296296
workflows.
297297

298-
- check the spelling in your configuration. The correct spelling is
298+
- check the spelling in your configuration. The correct spelling is
299299
``c.CylcUIServer.user_authorization``
300300

301301
- the server has been started by the user of the workflows you are trying to

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ A Cylc :term:`source directory` contains:
4141

4242
Task jobs can also run scripting defined in the ``flow.cylc`` file,
4343
executables installed to user-defined locations of the workflow run
44-
directory, and external excutables.
44+
directory, and external executables.
4545

4646
``lib/python/`` (optional)
4747
A directory for Python modules. It is added to ``$PYTHONPATH`` in

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Scheduling Configuration
66
.. tutorial:: Scheduling Tutorial <tutorial-scheduling>
77

88
The :cylc:conf:`[scheduling]` section of the :cylc:conf:`flow.cylc` file
9-
defines what tasks exist in the worklow, in a :term:`dependency graph <graph>`,
9+
defines what tasks exist in the workflow, in a :term:`dependency graph <graph>`,
1010
and when they should run, relative to each other and to constraints such as
1111
:term:`clock triggers <clock trigger>`, :term:`external triggers <external
1212
trigger>`, and :term:`internal queues <internal queue>`

0 commit comments

Comments
 (0)