diff options
author | Mats Wichmann <mats@linux.com> | 2022-02-09 18:24:21 (GMT) |
---|---|---|
committer | Mats Wichmann <mats@linux.com> | 2022-02-09 18:24:21 (GMT) |
commit | f21adf30aaa4412a3524b91dbbbb7681772e705e (patch) | |
tree | 3bc4a50e8fc6e6cd1aeae56756a09758b4014118 /doc | |
parent | fa23e2ff1f4f4086c9edad2a508d6d6fa281ecb1 (diff) | |
download | SCons-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.xml | 2 |
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> |