From: wolf Date: Thu, 24 Jun 1999 14:15:15 +0000 (+0000) Subject: Fix typo. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41acc2eb82bc383e54075486d3f5fa5dd7a81b52;p=dealii-svn.git Fix typo. git-svn-id: https://svn.dealii.org/trunk@1457 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/numerics/data_io.h b/deal.II/deal.II/include/numerics/data_io.h index 5c4abe6aca..538f4428af 100644 --- a/deal.II/deal.II/include/numerics/data_io.h +++ b/deal.II/deal.II/include/numerics/data_io.h @@ -253,7 +253,7 @@ class DataIn { * plot of the (#x-2#)th data set. For example, using #x=4# would mean to * plot the second data set. * - * This format is somewhat restricted to coninuous data and to finite elements + * This format is somewhat restricted to continuous data and to finite elements * of first order only. The reason for the first restriction is that it takes * nodal values and can therefore only work if a finite element has degrees of * freedom in the vertices of each cell. This is not the case for discontinuous