diff options
author | William Deegan <bill@baddogconsulting.com> | 2024-11-16 22:14:43 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2024-11-16 22:14:43 (GMT) |
commit | 60a960993f5fedbf1ac86cb858539741110e8cc4 (patch) | |
tree | 44433c8f22f9b378499e0c3c29d4200492107a1c | |
parent | 09b4ceabc0fd2bf1039ba3da12b3237100017a64 (diff) | |
download | SCons-60a960993f5fedbf1ac86cb858539741110e8cc4.zip SCons-60a960993f5fedbf1ac86cb858539741110e8cc4.tar.gz SCons-60a960993f5fedbf1ac86cb858539741110e8cc4.tar.bz2 |
[ci skip] change look-up and look up -> lookup.
-rw-r--r-- | SCons/Tool/swig.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SCons/Tool/swig.xml b/SCons/Tool/swig.xml index 4c0ce8e..14919ef 100644 --- a/SCons/Tool/swig.xml +++ b/SCons/Tool/swig.xml @@ -208,7 +208,7 @@ will be looked-up relative to the SConscript directory when they are used in a command. To force &scons; -to look up a directory relative to the root of the source tree, use +to lookup a directory relative to the root of the source tree, use a top-relative path (<literal>#</literal>): </para> |