From: bangerth Date: Tue, 18 Feb 2014 15:51:30 +0000 (+0000) Subject: Fix typo. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b60916317af2af641aa141af0d90c5de0e767b3f;p=dealii-svn.git Fix typo. git-svn-id: https://svn.dealii.org/trunk@32505 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/dofs/dof_tools.h b/deal.II/include/deal.II/dofs/dof_tools.h index d00ab54b23..22a6a74efa 100644 --- a/deal.II/include/deal.II/dofs/dof_tools.h +++ b/deal.II/include/deal.II/dofs/dof_tools.h @@ -1,7 +1,7 @@ // --------------------------------------------------------------------- // $Id$ // -// Copyright (C) 1999 - 2013 by the deal.II authors +// Copyright (C) 1999 - 2014 by the deal.II authors // // This file is part of the deal.II library. // @@ -1886,7 +1886,7 @@ namespace DoFTools * This function generates a matrix such that when a vector of data * with as many elements as there are degrees of freedom of this * component on the coarse grid is multiplied to this matrix, we - * obtain a vector with as many elements are there are global + * obtain a vector with as many elements as there are global * degrees of freedom on the fine grid. All the elements of the * other components of the finite element fields on the fine grid * are not touched.