diff options
| author | Peter Eisentraut | 2024-11-27 10:12:09 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2024-11-27 10:15:08 +0000 |
| commit | 7786717b9e5d0e7ad828a7c7a65c74732ec492a9 (patch) | |
| tree | 1a8af29511a2da5b9a517394f9085c222e6c07be | |
| parent | 3c1ab90068496a7d616497931c41cae4d54c97ea (diff) | |
Fix typo
from commit 9044fc1d45a
| -rw-r--r-- | src/tools/pgindent/exclude_file_patterns | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/pgindent/exclude_file_patterns b/src/tools/pgindent/exclude_file_patterns index 68aae9b97a4..4976a373f9e 100644 --- a/src/tools/pgindent/exclude_file_patterns +++ b/src/tools/pgindent/exclude_file_patterns @@ -4,7 +4,7 @@ src/include/storage/s_lock\.h$ src/include/port/atomics/ # -# These contains C++ constructs that confuse pgindent. +# These contain C++ constructs that confuse pgindent. src/include/jit/llvmjit\.h$ src/include/jit/SectionMemoryManager\.h$ # |
