From: Wolfgang Bangerth Date: Mon, 14 Feb 2000 08:49:02 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v8.0.0~20962 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa4ddb626dd0ea9ebe308227ad0fe0de6ef751f0;p=dealii.git Fix typo. git-svn-id: https://svn.dealii.org/trunk@2398 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/include/base/data_out_base.h b/deal.II/base/include/base/data_out_base.h index 41ee5fcbb3..a692f06645 100644 --- a/deal.II/base/include/base/data_out_base.h +++ b/deal.II/base/include/base/data_out_base.h @@ -1121,7 +1121,7 @@ class DataOutBase * file. Within a program, this can be changed by the member function * #set_format#. Using this default format, it is possible to leave * the format selection completely to the parameter file. A suitable - * suffic for the output file name can be obtained by #default_suffix# + * suffix for the output file name can be obtained by #default_suffix# * without arguments. * * @author Wolfgang Bangerth, 1999