From a7e2c16053b530bd28b123137570816694910f06 Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 23 Apr 2007 12:21:17 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://svn.dealii.org/trunk@14637 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/householder.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/lac/include/lac/householder.h b/deal.II/lac/include/lac/householder.h index c3299e3d61..0ca47e416b 100644 --- a/deal.II/lac/include/lac/householder.h +++ b/deal.II/lac/include/lac/householder.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2005, 2006 by the deal.II authors +// Copyright (C) 2005, 2006, 2007 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -72,7 +72,7 @@ class Householder : private FullMatrix * @arg @c src contains the right * hand side b of the * least squares problem. It will - * be changed uring the algorithm + * be changed during the algorithm * and is unusable on return. */ template -- 2.39.5