From 3a204bd7505ebfe3ca3dc4153c86ccaaccb5b747 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Thu, 27 Nov 2025 09:46:35 -0800 Subject: [PATCH] doc: correct spelling in BUILDING.md --- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index 0413efd37cc9e7..2ffb3410ae5a2d 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -443,7 +443,7 @@ tools/test.py parallel/test-stream-* # The test/ prefix can be omitted tools/test.py "test/parallel/test-stream-*" ``` -The whildcard `*` can be used in any part of the path. For example, to run all tests +The wildcard `*` can be used in any part of the path. For example, to run all tests with a name that starts with `test-inspector-`, regardless of the directory they are in: ```bash