From: Wolfgang Bangerth Date: Sat, 20 Oct 2007 00:46:48 +0000 (+0000) Subject: Fix a typo. X-Git-Tag: v8.0.0~9730 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ff47e4d87e7977d621a674adf44daf6dd2bd79d;p=dealii.git Fix a typo. git-svn-id: https://svn.dealii.org/trunk@15355 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/numerics/solution_transfer.h b/deal.II/deal.II/include/numerics/solution_transfer.h index 951d9b65b9..94826267ed 100644 --- a/deal.II/deal.II/include/numerics/solution_transfer.h +++ b/deal.II/deal.II/include/numerics/solution_transfer.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 by the deal.II authors +// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -51,7 +51,7 @@ DEAL_II_NAMESPACE_OPEN * // for refinement, * tria->prepare_coarsening_and_refinement(); * // tell the SolutionTransfer object - * // that we intent to do pure refinement, + * // that we intend to do pure refinement, * soltrans.prepare_for_pure_refinement(); * // actually execute the refinement, * tria->execute_coarsening_and_refinement();