1
0
mirror of https://github.com/facebook/zstd.git synced 2025-08-01 09:47:01 +03:00

Typo and grammar fixes

This commit is contained in:
Dominique Pelle
2022-03-12 08:52:40 +01:00
parent 05fc7c78c8
commit b772f53952
52 changed files with 113 additions and 113 deletions

View File

@ -107,7 +107,7 @@ def test_match_pragma() -> bool:
return False
# Finds 'file'. First the list of 'root' paths are searched, followed by the
# the currently processing file's 'parent' path, returning a valid Path in
# currently processing file's 'parent' path, returning a valid Path in
# canonical form. If no match is found None is returned.
#
def resolve_include(file: str, parent: Optional[Path] = None) -> Optional[Path]: