From ba06ea16689cdfb3847abad6899920869272429f Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 30 Dec 1999 23:39:38 +0000 Subject: [PATCH] Doc fixes. git-svn-id: https://svn.dealii.org/trunk@2139 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/data_out_base.h | 2 +- deal.II/base/include/base/exceptions.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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. -- 2.39.5