From: bangerth Date: Sun, 22 May 2011 18:02:32 +0000 (+0000) Subject: Fix typo. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11529db28d9a2359c384f153ccb73a2cdb41b9bb;p=dealii-svn.git Fix typo. git-svn-id: https://svn.dealii.org/trunk@23731 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/lac/sparsity_pattern.h b/deal.II/include/deal.II/lac/sparsity_pattern.h index d0178ea5b2..d128e0ea18 100644 --- a/deal.II/include/deal.II/lac/sparsity_pattern.h +++ b/deal.II/include/deal.II/lac/sparsity_pattern.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 by the deal.II authors +// Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 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 @@ -1562,7 +1562,7 @@ class SparsityPattern : public Subscriptor * case the more flexible * constructors or reinit * versions are called. Its value - * is more or less meaningsless + * is more or less meaningless * after compress() has been * called. */