diff options
author | William Blevins <wblevins001@gmail.com> | 2016-02-19 17:22:44 (GMT) |
---|---|---|
committer | William Blevins <wblevins001@gmail.com> | 2016-02-19 17:22:44 (GMT) |
commit | 437864c0853d584341536694dd5a6f42708cc4ec (patch) | |
tree | 183dc3c704ba680cf0fe7961954ddebc3df1bb57 /doc/user | |
parent | b0f4c6bc7b32102a75e2d6c8ef880e6135cbfd53 (diff) | |
download | SCons-437864c0853d584341536694dd5a6f42708cc4ec.zip SCons-437864c0853d584341536694dd5a6f42708cc4ec.tar.gz SCons-437864c0853d584341536694dd5a6f42708cc4ec.tar.bz2 |
Issue 2959: Corrected typo in User Guide for Scanner keyword.
Diffstat (limited to 'doc/user')
-rw-r--r-- | doc/user/scanners.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/scanners.xml b/doc/user/scanners.xml index 14733db..1506254 100644 --- a/doc/user/scanners.xml +++ b/doc/user/scanners.xml @@ -395,7 +395,7 @@ cat <file name="SConstruct" printme="1"> kscan = Scanner(function = kfile_scan, skeys = ['.k'], - path=FindPathDirs('KPATH')) + path_function = FindPathDirs('KPATH')) </file> </scons_example> |