From: hartmann Date: Tue, 27 Mar 2001 16:05:08 +0000 (+0000) Subject: Doc fix. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36ba8716dd6a0e35a999127d4e7905b16fde2b38;p=dealii-svn.git Doc fix. git-svn-id: https://svn.dealii.org/trunk@4310 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/numerics/data_out.h b/deal.II/deal.II/include/numerics/data_out.h index cce7e7fa04..ab5cca8107 100644 --- a/deal.II/deal.II/include/numerics/data_out.h +++ b/deal.II/deal.II/include/numerics/data_out.h @@ -19,7 +19,7 @@ /** * This is an abstract class which provides the functionality to generate - * patches for output by base classes from data vectors on a grid. It alloes + * patches for output by base classes from data vectors on a grid. It allows * to store a pointer to a @ref{DoFHandler} object and one or more pointers to * node and cell data denoting functions on the grid which shall later * be written in any of the implemented data formats.