From: David Wells Date: Thu, 3 Mar 2016 01:14:35 +0000 (-0500) Subject: Fix a typo. X-Git-Tag: v8.5.0-rc1~1237^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c7fe06f11b58c81368645f1ff650d055cbc4a39;p=dealii.git Fix a typo. --- diff --git a/source/grid/tria_accessor.cc b/source/grid/tria_accessor.cc index bb7f9ba438..c7921ab84d 100644 --- a/source/grid/tria_accessor.cc +++ b/source/grid/tria_accessor.cc @@ -1641,7 +1641,7 @@ unsigned int CellAccessor::neighbor_of_neighbor_internal (const un // if we have a 1d mesh in 1d, we // can assume that the left - // neighbor of the right neigbor is + // neighbor of the right neighbor is // the current cell. but that is an // invariant that isn't true if the // mesh is embedded in a higher