From: Wolfgang Bangerth Date: Mon, 29 Jun 2009 17:46:08 +0000 (+0000) Subject: Fix a typo. X-Git-Tag: v8.0.0~7558 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30ed801088fedeb8e8186eb45a2f3db67781c1a3;p=dealii.git Fix a typo. git-svn-id: https://svn.dealii.org/trunk@19001 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/bits/neighboring_cells_at_two_faces.cc b/tests/bits/neighboring_cells_at_two_faces.cc index bd6d214862..b64e5023af 100644 --- a/tests/bits/neighboring_cells_at_two_faces.cc +++ b/tests/bits/neighboring_cells_at_two_faces.cc @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2007 by the deal.II authors +// Copyright (C) 2007, 2009 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -38,7 +38,7 @@ // *-------* // // looking from cell 1 at face a and asking for the corresponding face (number) -// of cell 2 neighbor_of_neighbor returns something corrwesponding to face b, +// of cell 2 neighbor_of_neighbor returns something corresponding to face b, // not a, as it should. Simply looking at the identity of the neighboring cell // is not enough, we have to look at the (index of the) face instead.