From 8d02bb357f0c97a89663d0bfee7d294dac66b398 Mon Sep 17 00:00:00 2001 From: Mats Wichmann Date: Sun, 25 Sep 2022 14:34:40 -0600 Subject: [PATCH] Fix Glob wording per review comments [skip appveyor] Signed-off-by: Mats Wichmann --- SCons/Environment.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/SCons/Environment.xml b/SCons/Environment.xml index a94d9c57b5..2c5d56385a 100644 --- a/SCons/Environment.xml +++ b/SCons/Environment.xml @@ -1948,7 +1948,7 @@ can contain POSIX-style shell metacharacters for matching: [seq] matches any character in seq - (can be a list or a ranage). + (can be a list or a range). [!seq] @@ -1997,6 +1997,8 @@ argument evaluates false, the search for matches on disk is disabled, and only matches from already-configured File or Dir Nodes are returned. +The default is to return Nodes for +matches on disk as well.