From ea4379c9da3f24588d5f554ec4906ca3ca25191b Mon Sep 17 00:00:00 2001 From: bangerth Date: Sun, 22 Mar 2009 22:24:47 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://svn.dealii.org/trunk@18498 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/quadrature_lib.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/base/include/base/quadrature_lib.h b/deal.II/base/include/base/quadrature_lib.h index d00281f8a3..940a783ecd 100644 --- a/deal.II/base/include/base/quadrature_lib.h +++ b/deal.II/base/include/base/quadrature_lib.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 by the deal.II authors +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -317,7 +317,7 @@ class QWeddle : public Quadrature * * Notice that only the function f(x) should be provided, * i.e., $\int_0^1 f(x) ln|x| dx = \sum_{i=0}^N w_i f(q_i)$. Setting - * the @p revert flag to true at construction time swithces the weight + * the @p revert flag to true at construction time switches the weight * from ln|x| to ln|1-x|. * * The weights and functions have been tabulated up to order 12. -- 2.39.5