diff options
author | William Deegan <bill@baddogconsulting.com> | 2024-11-16 22:02:01 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2024-11-16 22:02:01 (GMT) |
commit | a9bcd84d538e3e0621b1d2e32820ce6ccfdd4e77 (patch) | |
tree | 81aa05d20a484db41ed5e866e50cf408d8f01b46 | |
parent | 06ae4b4a0d6c8dbd1c6a1bf7c4d76d4e97b39873 (diff) | |
download | SCons-a9bcd84d538e3e0621b1d2e32820ce6ccfdd4e77.zip SCons-a9bcd84d538e3e0621b1d2e32820ce6ccfdd4e77.tar.gz SCons-a9bcd84d538e3e0621b1d2e32820ce6ccfdd4e77.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 ea5fabf..4c0ce8e 100644 --- a/SCons/Tool/swig.xml +++ b/SCons/Tool/swig.xml @@ -217,7 +217,7 @@ env = Environment(SWIGPATH='#/include') </example_commands> <para> -The directory look-up can also be forced using the +The directory lookup can also be forced using the &Dir;() function: </para> |