Skip to content

Commit

Permalink
Merge pull request #6389 from oliver-sanders/fix-typo
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
wxtim authored Oct 2, 2024
2 parents 5a37795 + 48e296a commit 257f274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cylc/flow/scripts/lint.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ def get_wallclock_directives():

def check_wallclock_directives(line: str) -> Union[Dict[str, str], bool]:
"""Check for job runner specific directives
equivelent to exection time limit.
equivalent to exection time limit.
It's recommended that users prefer execution time limit
because it gives the Cylc scheduler awareness should communications
Expand Down

0 comments on commit 257f274

Please sign in to comment.