summaryrefslogtreecommitdiffstats
path: root/doc/user
diff options
context:
space:
mode:
authorWilliam Blevins <wblevins001@gmail.com>2016-02-19 17:22:44 (GMT)
committerWilliam Blevins <wblevins001@gmail.com>2016-02-19 17:22:44 (GMT)
commit437864c0853d584341536694dd5a6f42708cc4ec (patch)
tree183dc3c704ba680cf0fe7961954ddebc3df1bb57 /doc/user
parentb0f4c6bc7b32102a75e2d6c8ef880e6135cbfd53 (diff)
downloadSCons-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.xml2
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>