1
0
mirror of https://github.com/facebook/zstd.git synced 2025-07-29 11:21:22 +03:00

Fix typos

This commit is contained in:
Dimitris Apostolou
2022-02-09 08:58:23 +02:00
parent d109cef201
commit cf1894b324
4 changed files with 7 additions and 7 deletions

View File

@ -41,7 +41,7 @@ destn: TextIO = sys.stdout
# Set of file Path objects previously inlined (and to ignore if reencountering).
found: Set[Path] = set()
# Compiled regex Patern to handle "#pragma once" in various formats:
# Compiled regex Pattern to handle "#pragma once" in various formats:
#
# #pragma once
# #pragma once
@ -53,7 +53,7 @@ found: Set[Path] = set()
#
pragma_regex: Pattern = re.compile(r'^\s*#\s*pragma\s*once\s*')
# Compiled regex Patern to handle the following type of file includes:
# Compiled regex Pattern to handle the following type of file includes:
#
# #include "file"
# #include "file"