Skip to content

Commit

Permalink
Spelling fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjoliver committed May 24, 2024
1 parent 63a6a37 commit f257a39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cylc/flow/cfgspec/workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -1095,7 +1095,7 @@ def get_script_common_text(this: str, example: Optional[str] = None):
foo:x? => x
In these cases succeess is presumed to be required unless
In these cases success is presumed to be required unless
explicitly stated otherwise, either in the graph e.g:
.. code-block:: cylc-graph
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/scripts/test_completion_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,7 @@ def _get_current_completion_script_version(_script, lang):
async def test_prereqs_and_outputs():
"""Test the error cases for listing task prereqs/outputs.
The succeess cases are tested in an integration test (requires a running
The success cases are tested in an integration test (requires a running
scheduler).
"""
# if no tokens are provided, no prereqs or outputs are returned
Expand Down

0 comments on commit f257a39

Please sign in to comment.