Skip to content

Commit 7bb0ecf

Browse files
committed
fix typo in comment
1 parent c37f6e6 commit 7bb0ecf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

easybuild/framework/easyconfig/tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,7 @@ def det_copy_ec_specs(orig_paths, from_pr):
736736
# check files touched by PR and see if the target directory for --copy-ec
737737
# corresponds to the name of one of these files;
738738
# if so we should copy the specified file(s) to the current working directory,
739-
# since interpreting the last argument as target location is very unlikely incorrect in this case
739+
# since interpreting the last argument as target location is very unlikely to be correct in this case
740740
pr_filenames = [os.path.basename(p) for p in pr_paths]
741741
if last_path in pr_filenames:
742742
paths = orig_paths[:]

0 commit comments

Comments
 (0)