From: Wolfgang Bangerth Date: Sun, 22 May 2011 18:02:32 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v8.0.0~4034 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0a412cbd90f5f77f9f95b741333f1be811e3ad7;p=dealii.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. */