From 082734b6658507a7c8f93d467f8be77786b60a6a Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 6 Oct 2000 09:38:18 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://svn.dealii.org/trunk@3382 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/numerics/time_dependent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }; -- 2.39.5