summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2006-01-28 00:32:07 +0000
committerschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2006-01-28 00:32:07 +0000
commit88e45a650c0f653f80d7b78e61974b5e6ba89a37 (patch)
tree0d279c96c876d06a281a91ad99e8e2eb095c08a7
parenta1c473feee48be98a6076d267763e5778bba57fa (diff)
correct minor typographical errors
git-svn-id: http://svn.cactuscode.org/flesh/trunk@4244 17b73243-c579-4c4c-a9d2-2d5706c11dac
-rw-r--r--doc/UsersGuide/ThornWriters.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/UsersGuide/ThornWriters.tex b/doc/UsersGuide/ThornWriters.tex
index 636a76e0..d995d654 100644
--- a/doc/UsersGuide/ThornWriters.tex
+++ b/doc/UsersGuide/ThornWriters.tex
@@ -833,8 +833,8 @@ and has a working directory of \texttt{<config>/build/<thorn\_name>} .
\item \texttt{CC}: The C compiler
\item \texttt{CXX}: The C++ compiler
\item \texttt{F77}: The Fortran 77 compiler. This is only used if
- there is no Fortran 90 compilers
-\item \texttt{F90}: The Fortran 90 compiler. If this variables is
+ there is no Fortran 90 compiler
+\item \texttt{F90}: The Fortran 90 compiler. If this variable is
set, it is also used to compile Fortran 77 files
\item \texttt{CFLAGS}: Flags which are passed to \texttt{CC}
\item \texttt{CXXFLAGS}: Flags which are passed to \texttt{CXX}