summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWilliam Blevins <wblevins001@gmail.com>2016-02-19 17:22:44 +0000
committerWilliam Blevins <wblevins001@gmail.com>2016-02-19 17:22:44 +0000
commit78c0ad6b654f8aceb8535747a9a4d881ce6239df (patch)
tree183dc3c704ba680cf0fe7961954ddebc3df1bb57 /doc
parent6ced026efa4e47667e1368e017abba90457b5e47 (diff)
downloadscons-78c0ad6b654f8aceb8535747a9a4d881ce6239df.tar.gz
Issue 2959: Corrected typo in User Guide for Scanner keyword.
Diffstat (limited to 'doc')
-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 14733db5..15062542 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>