From 9b79120033e86bde4ce92645598bd73a9ca676e5 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 28 Sep 2001 09:37:17 +0000 Subject: [PATCH] Fix misspelling. git-svn-id: https://svn.dealii.org/trunk@5119 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/source/vector.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/lac/source/vector.cc b/deal.II/lac/source/vector.cc index d007108eeb..d1e40da33b 100644 --- a/deal.II/lac/source/vector.cc +++ b/deal.II/lac/source/vector.cc @@ -1,4 +1,4 @@ -//---------------------------- std::vector.cc --------------------------- +//---------------------------- vector.cc --------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- std::vector.cc --------------------------- +//---------------------------- vector.cc --------------------------- #include -- 2.39.5