From: Wolfgang Bangerth Date: Fri, 15 Nov 2013 23:12:48 +0000 (+0000) Subject: Fix error message. X-Git-Tag: v8.1.0~273 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=988c57aa0eb9abd93ae5c8666b119118ac41308d;p=dealii.git Fix error message. git-svn-id: https://svn.dealii.org/trunk@31679 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/deal.II/no_flux_13.debug.output b/tests/deal.II/no_flux_13.debug.output index a3ea072984..c47cc29878 100644 --- a/tests/deal.II/no_flux_13.debug.output +++ b/tests/deal.II/no_flux_13.debug.output @@ -1,2 +1,2 @@ -DEAL::ExcMessage("Error: the finite element has not enough components " "to define a normal direction.") +DEAL::ExcMessage("Error: the finite element does not have enough components " "to define a normal direction.")