From e85138fcc8373f925709124f8586a6feecf968d1 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 24 Nov 2022 09:28:00 -0500 Subject: Fix various spelling errors Found with codespell. --- docs/markdown/Code-formatting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/markdown/Code-formatting.md') diff --git a/docs/markdown/Code-formatting.md b/docs/markdown/Code-formatting.md index 8191aa218..7e871f231 100644 --- a/docs/markdown/Code-formatting.md +++ b/docs/markdown/Code-formatting.md @@ -38,7 +38,7 @@ include/* The file `.clang-format-ignore` contains a list of patterns matching the files that will be excluded. Files matching the include list (see above) that match -one of the ignore pattern will not be reformatted. Unlike include patters, ignore +one of the ignore pattern will not be reformatted. Unlike include patterns, ignore patterns does not support `**` and a single `*` match any characters including path separators. Empty lines and lines starting with `#` are ignored. -- cgit v1.2.3