summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2024-11-16 21:17:13 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2024-11-16 21:17:13 (GMT)
commit6c64fb9fe0d1cc51b2414ffc903dc36bf6828268 (patch)
treebf5541376d30e8b97b4fadbc5d287b632c966e7b
parentcd73fab906e5d153bf6345c5376d4f3e08a47392 (diff)
downloadSCons-6c64fb9fe0d1cc51b2414ffc903dc36bf6828268.zip
SCons-6c64fb9fe0d1cc51b2414ffc903dc36bf6828268.tar.gz
SCons-6c64fb9fe0d1cc51b2414ffc903dc36bf6828268.tar.bz2
change look-up and look up -> lookup
-rw-r--r--SCons/Tool/f03.xml4
-rw-r--r--SCons/Tool/f08.xml4
2 files changed, 4 insertions, 4 deletions
diff --git a/SCons/Tool/f03.xml b/SCons/Tool/f03.xml
index eaa115d..3a0a8a2 100644
--- a/SCons/Tool/f03.xml
+++ b/SCons/Tool/f03.xml
@@ -154,7 +154,7 @@ and the directories will not be searched by the dependency scanner. Note:
directory names in &cv-link-F03PATH; 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 #:
You only need to set &cv-link-F03PATH; if you need to define a specific
include path for Fortran 03 files.
You should normally set the &cv-link-FORTRANPATH; variable,
@@ -168,7 +168,7 @@ env = Environment(F03PATH='#/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>
diff --git a/SCons/Tool/f08.xml b/SCons/Tool/f08.xml
index dcf1b49..8fd0176 100644
--- a/SCons/Tool/f08.xml
+++ b/SCons/Tool/f08.xml
@@ -154,7 +154,7 @@ and the directories will not be searched by the dependency scanner. Note:
directory names in &cv-link-F08PATH; 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 #:
You only need to set &cv-link-F08PATH; if you need to define a specific
include path for Fortran 08 files.
You should normally set the &cv-link-FORTRANPATH; variable,
@@ -168,7 +168,7 @@ env = Environment(F08PATH='#/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>