From: Wolfgang Bangerth Date: Fri, 6 Oct 2000 09:38:18 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v8.0.0~20049 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=082734b6658507a7c8f93d467f8be77786b60a6a;p=dealii.git Fix typo. git-svn-id: https://svn.dealii.org/trunk@3382 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/numerics/time_dependent.h b/deal.II/deal.II/include/numerics/time_dependent.h index b2048eb86d..4d97bcd340 100644 --- a/deal.II/deal.II/include/numerics/time_dependent.h +++ b/deal.II/deal.II/include/numerics/time_dependent.h @@ -1708,7 +1708,7 @@ struct TimeStepBase_Tria::RefinementFlags */ DeclException1 (ExcInvalidValue, double, - << "The following value does not fulfil the requirements: " << arg1); + << "The following value does not fulfill the requirements: " << arg1); };