From: Daniel Arndt Date: Sat, 10 Nov 2018 18:29:26 +0000 (+0100) Subject: Typo and changelog entry X-Git-Tag: v9.1.0-rc1~564^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f10d0b2049cde556b90d65a45006d67564966916;p=dealii.git Typo and changelog entry --- diff --git a/doc/news/changes/minor/20181110DanielArndt b/doc/news/changes/minor/20181110DanielArndt new file mode 100644 index 0000000000..8242438cb5 --- /dev/null +++ b/doc/news/changes/minor/20181110DanielArndt @@ -0,0 +1,4 @@ +Deprecated: The binary Tecplot output using the DataOutBase::tecplot_binary +format has been deprecated. +
+(Daniel Arndt, 2018/11/10) diff --git a/include/deal.II/base/data_out_base.h b/include/deal.II/base/data_out_base.h index 83f08c41da..9a7a060468 100644 --- a/include/deal.II/base/data_out_base.h +++ b/include/deal.II/base/data_out_base.h @@ -1067,7 +1067,7 @@ namespace DataOutBase /** * Constructor. * - * @deprecated Usig this constructor is deprecated. Set the member variables + * @deprecated Using this constructor is deprecated. Set the member variables * directly instead. */ DEAL_II_DEPRECATED