Skip to content

Commit

Permalink
fix a typo in a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-monch committed Nov 6, 2023
1 parent 63b21ab commit e1b7745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datalad_next/iter_collections/annexworktree.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def iter_annexworktree(
gaf_store[PurePath(PurePosixPath(gaf_item['file']))] = gaf_item
glf_store[glf_item.name] = glf_item

# Check the "path"-properties of all `git_ls_files`-items and s
# Check the "path"-properties of all `git_ls_files`-items and
# check for a matching path in `git_annex_find`-items. If a
# matching pair exists, yield a result for an annexed file and
# mark the pair for deletion.
Expand Down

0 comments on commit e1b7745

Please sign in to comment.