]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix typos.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 17 Apr 2000 13:07:51 +0000 (13:07 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 17 Apr 2000 13:07:51 +0000 (13:07 +0000)
git-svn-id: https://svn.dealii.org/trunk@2731 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/porting.html

index d9952c52cd9a547ee1db2e2500dde71e11029c86..7c1d5aa7a20c6bd962f26713f1d7c4dc15584b1c 100644 (file)
@@ -41,10 +41,10 @@ configuration.</p>
 
 <h3>Enable/disable configured options</h3>
 
-<p>Some of the features of the library are turned on and of by
+<p>Some of the features of the library are turned on and off by
 <TT>--enable-xxx</TT> and <TT>--with-xxx=yyy</TT> options to
 configure. These user-supplied parameters can be changed by modifying
-related variables: for example, to turn of shared libraries on aix,
+related variables: for example, to turn off shared libraries on aix,
 enter the following in the operating system case-block
 <pre>
    *-aix*) enableshared=no ;;
@@ -53,15 +53,15 @@ enter the following in the operating system case-block
 
 <h3>Preprocessor variables</h3>
 
-<p>Some features of the library can be turned on or of by preprocessor
+<p>Some features of the library can be turned on or off by preprocessor
 symbols. The following commands can be used:
 <dl>
 
 <dt><TT>throw_opt=-DNO_THROW</TT></dt>
-<dd>Turn of throwing exceptions in optimized mode.</dd>
+<dd>Turn off throwing exceptions in optimized mode.</dd>
 
 <dt><TT>AC_DEFINE(QUIET_SUBSCRIPTOR)</dt>
-<dd>Turn of type information in <CODE class="class">Subscriptor</CODE>.
+<dd>Turn off type information in <CODE class="class">Subscriptor</CODE>.
 Helps to save memory (not much though) and is necessary if your
 compiler does not implement RTTI.
 </dl>

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.