From: heister Date: Mon, 18 Nov 2013 00:04:49 +0000 (+0000) Subject: fix typo X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24586a3c1c63706edb7027ec354477abadf9e6cd;p=dealii-svn.git fix typo git-svn-id: https://svn.dealii.org/trunk@31692 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/numerics/vector_tools.h b/deal.II/include/deal.II/numerics/vector_tools.h index 47e9823dac..daf77a045d 100644 --- a/deal.II/include/deal.II/numerics/vector_tools.h +++ b/deal.II/include/deal.II/numerics/vector_tools.h @@ -1566,7 +1566,7 @@ namespace VectorTools * the top face of the right cell belongs to it, maybe indicating the the entire * front part of the domain is a smooth manifold whereas the top really forms * two separate manifolds that meet in a ridge, and that no-flux boundary - * conditions are only desired on the fron manifold and the right one on top. + * conditions are only desired on the front manifold and the right one on top. * In cases like these, it's difficult to define what should happen. The * current implementation simply ignores the one contribution from the * cell that only contributes one normal vector. In the example shown, this