From fa4ddb626dd0ea9ebe308227ad0fe0de6ef751f0 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 14 Feb 2000 08:49:02 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://svn.dealii.org/trunk@2398 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/data_out_base.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5