summaryrefslogtreecommitdiffstats
path: root/doc/design
diff options
context:
space:
mode:
authorgrbd <garlicbready@googlemail.com>2018-04-02 19:14:24 (GMT)
committergrbd <garlicbready@googlemail.com>2018-04-02 19:14:24 (GMT)
commitcc52bda4954ae1327e7d98cfb4418c64a55056ec (patch)
tree58e22bf25fd0e52ee7e17b3c08f667ea2ff131d6 /doc/design
parentd5a21f6b86636a84d8664364e87102775bbb7a70 (diff)
downloadSCons-cc52bda4954ae1327e7d98cfb4418c64a55056ec.zip
SCons-cc52bda4954ae1327e7d98cfb4418c64a55056ec.tar.gz
SCons-cc52bda4954ae1327e7d98cfb4418c64a55056ec.tar.bz2
Added sconstruct.py lowercase
Diffstat (limited to 'doc/design')
-rw-r--r--doc/design/native.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/design/native.xml b/doc/design/native.xml
index 25f0d95..1329817 100644
--- a/doc/design/native.xml
+++ b/doc/design/native.xml
@@ -64,7 +64,7 @@
<para>
By default, the &SCons; utility searches for a file named
- &SConstruct;, &Sconstruct;, &sconstruct; or &SConstruct.py; (in that order) in the
+ &SConstruct;, &Sconstruct;, &sconstruct;, &SConstruct.py or &sconstruct.py; (in that order) in the
current directory, and reads its configuration from the first file
found. A <option>-f</option> command-line option exists to read a
different file name.