From: Wolfgang Bangerth Date: Thu, 12 May 2011 02:31:56 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v8.0.0~4075 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ff6dcc998d82b9fcd9a6585a02732a32f20566a;p=dealii.git Fix typo. git-svn-id: https://svn.dealii.org/trunk@23690 0785d39b-7218-0410-832d-ea1e28bc413d --- 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"