From: wolf Date: Mon, 19 Nov 2001 10:18:01 +0000 (+0000) Subject: Fix typo. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40c41532bca827d3a6c44ccc7001da5478e7deff;p=dealii-svn.git Fix typo. git-svn-id: https://svn.dealii.org/branches/Branch-3-2@5210 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/source/data_out_base.cc b/deal.II/base/source/data_out_base.cc index 4552c8247d..e7357a7531 100644 --- a/deal.II/base/source/data_out_base.cc +++ b/deal.II/base/source/data_out_base.cc @@ -1126,7 +1126,7 @@ void DataOutBase::write_eps (const typename std::vector > &p Assert (patches.size() > 0, ExcNoPatches()); - // Do ont allow volume rendering + // Do not allow volume rendering Assert (dim<=2, ExcNotImplemented()); switch (dim)