From: Wolfgang Bangerth Date: Mon, 19 Nov 2001 10:18:19 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v8.0.0~18618 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f5a2253af0ba5dd9c2732d17455ed3c2d530b61;p=dealii.git Fix typo. git-svn-id: https://svn.dealii.org/trunk@5211 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)