summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMats Wichmann <mats@linux.com>2022-02-09 18:24:21 (GMT)
committerMats Wichmann <mats@linux.com>2022-02-09 18:24:21 (GMT)
commitf21adf30aaa4412a3524b91dbbbb7681772e705e (patch)
tree3bc4a50e8fc6e6cd1aeae56756a09758b4014118 /doc
parentfa23e2ff1f4f4086c9edad2a508d6d6fa281ecb1 (diff)
downloadSCons-f21adf30aaa4412a3524b91dbbbb7681772e705e.zip
SCons-f21adf30aaa4412a3524b91dbbbb7681772e705e.tar.gz
SCons-f21adf30aaa4412a3524b91dbbbb7681772e705e.tar.bz2
Fix typo Note -> Not [ci skip]
Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/user/depends.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/depends.xml b/doc/user/depends.xml
index f8959a3..d3f80aa 100644
--- a/doc/user/depends.xml
+++ b/doc/user/depends.xml
@@ -1207,7 +1207,7 @@ Program('hello', 'hello.c', CPPPATH='.')
<para>
Apparently, the scanner does not know about the header dependency.
- Note being a full-fledged C preprocessor, the scanner does not
+ Not being a full-fledged C preprocessor, the scanner does not
expand the macro.
</para>