From 3d6a8d05ba0b35e157d5c7ab20b8c12d78ae8623 Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 26 Sep 2002 23:08:53 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://svn.dealii.org/trunk@6535 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/source/log.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/base/source/log.cc b/deal.II/base/source/log.cc index 0a97e9ce39..e4a32fea8f 100644 --- a/deal.II/base/source/log.cc +++ b/deal.II/base/source/log.cc @@ -164,7 +164,7 @@ LogStream::print_line_head() * Unfortunately, the information in /proc/pid/stat is updated slowly, * therefore, the information is quite unreliable. * - * Furthermore, the cunstructor of ifstream caused another memory leak. + * Furthermore, the constructor of ifstream caused another memory leak. * * Still, this code might be usefull sometimes, so I kept it here. * When we have more information about the kernel, this should be -- 2.39.5