From e16601663bb55d9c26d5acc86577f56915268a98 Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Mon, 3 Aug 2009 00:23:30 +0000 Subject: [PATCH] put apostrophe in place git-svn-id: https://svn.dealii.org/trunk@19166 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/sparse_vanka.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/lac/include/lac/sparse_vanka.h b/deal.II/lac/include/lac/sparse_vanka.h index 6fcf976811..f91ab73356 100644 --- a/deal.II/lac/include/lac/sparse_vanka.h +++ b/deal.II/lac/include/lac/sparse_vanka.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 by the deal.II authors +// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -45,7 +45,7 @@ template class SparseBlockVanka; * some diagonal elements are zero in the rows of the Lagrange multiplier. * The approach of Vanka is to solve a small (usually indefinite) system * of equations for each Langrange multiplie variable (we will also call - * the pressure in Stoke's equation a Langrange multiplier since it + * the pressure in Stokes' equation a Langrange multiplier since it * can be interpreted as such). * * Objects of this class are constructed by passing a vector of indices -- 2.39.5