From: Wolfgang Bangerth Date: Tue, 12 Aug 2003 22:46:07 +0000 (+0000) Subject: Fix spelling. X-Git-Tag: v8.0.0~16294 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ac37a8f5b48470fe47c98adaf0fd66ac60a8751;p=dealii.git Fix spelling. git-svn-id: https://svn.dealii.org/trunk@7916 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/include/base/parameter_handler.h b/deal.II/base/include/base/parameter_handler.h index 0d035c23d9..2fafa0aee1 100644 --- a/deal.II/base/include/base/parameter_handler.h +++ b/deal.II/base/include/base/parameter_handler.h @@ -1427,7 +1427,7 @@ class ParameterHandler */ DeclException1 (ExcEntryUndeclared, std::string, - << "You cant ask for entry <" << arg1 << "> you have not yet declared"); + << "You can't ask for entry <" << arg1 << "> you have not yet declared"); /** * Exception */