From: wolf Date: Thu, 30 Dec 1999 23:39:38 +0000 (+0000) Subject: Doc fixes. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba06ea16689cdfb3847abad6899920869272429f;p=dealii-svn.git Doc fixes. git-svn-id: https://svn.dealii.org/trunk@2139 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/include/base/data_out_base.h b/deal.II/base/include/base/data_out_base.h index 6f3d0a7b8c..d91f7c0470 100644 --- a/deal.II/base/include/base/data_out_base.h +++ b/deal.II/base/include/base/data_out_base.h @@ -178,7 +178,7 @@ * an include file "data.inc" is included. This file is not generated by deal * and has to include camera, light and the texture definition Tex. * - * You need povray (>=3.0) to render the scene. The minimum Options for povray + * You need povray (>=3.0) to render the scene. The minimum options for povray * are: * \begin{verbatim} * povray +I +W +H +L diff --git a/deal.II/base/include/base/exceptions.h b/deal.II/base/include/base/exceptions.h index e4293305b7..f2469e4c10 100644 --- a/deal.II/base/include/base/exceptions.h +++ b/deal.II/base/include/base/exceptions.h @@ -202,7 +202,7 @@ * is * \begin{verbatim} * AssertThrow (cond, ExcSomething(additional information)); - * \end{verabtim} + * \end{verbatim} * The condition to be checked is incorporated into the macro in order to * allow passing the violated condition as a string. The expansion of the * #AssertThrow# macro is not affected by the #DEBUG# preprocessor variable.