From: Wolfgang Bangerth Date: Mon, 7 Jan 2002 09:49:58 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v8.0.0~18481 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1947b5d6cb2e6f171d27439ccef55a9d843e27b2;p=dealii.git Fix typo. git-svn-id: https://svn.dealii.org/trunk@5354 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/deal.II/subdomain_ids.cc b/tests/deal.II/subdomain_ids.cc index be7d3ecc87..08345f23bd 100644 --- a/tests/deal.II/subdomain_ids.cc +++ b/tests/deal.II/subdomain_ids.cc @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2001 by the deal.II authors +// Copyright (C) 2001, 2002 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -35,7 +35,7 @@ std::ofstream logfile("subdomain_ids.output"); DeclException2 (ExcNumberMismatch, int, int, << "The numbers " << arg1 << " and " << arg2 - << " should be equation, but are not."); + << " should be equal, but are not."); template