summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/fortran.xml
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2010-01-19 19:33:40 (GMT)
committerSteven Knight <knight@baldmt.com>2010-01-19 19:33:40 (GMT)
commita795a02888f1cec6db6841a96e94767eb6c14701 (patch)
treef47a496755385f07282cbfe4b719a529c260868f /src/engine/SCons/Tool/fortran.xml
parent9b0d6bc69aa1ce77f67227c8b2ae9691ce6e77e6 (diff)
downloadSCons-a795a02888f1cec6db6841a96e94767eb6c14701.zip
SCons-a795a02888f1cec6db6841a96e94767eb6c14701.tar.gz
SCons-a795a02888f1cec6db6841a96e94767eb6c14701.tar.bz2
Issue 2537: fix typos in the man page. (Luca Faravigna)
Diffstat (limited to 'src/engine/SCons/Tool/fortran.xml')
-rw-r--r--src/engine/SCons/Tool/fortran.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/SCons/Tool/fortran.xml b/src/engine/SCons/Tool/fortran.xml
index fa8133e..8d7e700 100644
--- a/src/engine/SCons/Tool/fortran.xml
+++ b/src/engine/SCons/Tool/fortran.xml
@@ -230,7 +230,7 @@ construction variables are included on this command line.
<summary>
The string displayed when a Fortran source file
is compiled to an object file
-after first running the file throught the C preprocessor.
+after first running the file through the C preprocessor.
If this is not set, then &cv-link-FORTRANPPCOM;
(the command line) is displayed.
</summary>
@@ -295,7 +295,7 @@ are included on this command line.
<summary>
The string displayed when a Fortran source file
is compiled to a shared-library object file
-after first running the file throught the C preprocessor.
+after first running the file through the C preprocessor.
If this is not set, then &cv-link-SHFORTRANPPCOM;
(the command line) is displayed.
</summary>