From 7ff6dcc998d82b9fcd9a6585a02732a32f20566a Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 12 May 2011 02:31:56 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://svn.dealii.org/trunk@23690 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/codim_one/transform_01.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/codim_one/transform_01.cc b/tests/codim_one/transform_01.cc index 5374bc0f69..4a68145fa5 100644 --- a/tests/codim_one/transform_01.cc +++ b/tests/codim_one/transform_01.cc @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2010 by the deal.II authors +// Copyright (C) 2010, 2011 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -13,7 +13,7 @@ // check GridTools::transform with the mesh used in the "Possibilities for // extensions" section of step-38. The test exists because the function -// originall did not allow application to meshes that were already refined. +// originally did not allow application to meshes that were already refined. #include "../tests.h" -- 2.39.5