From: wolf Date: Thu, 26 Sep 2002 23:08:53 +0000 (+0000) Subject: Fix typo. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d6a8d05ba0b35e157d5c7ab20b8c12d78ae8623;p=dealii-svn.git Fix typo. git-svn-id: https://svn.dealii.org/trunk@6535 0785d39b-7218-0410-832d-ea1e28bc413d --- 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