From bc5f1c6ce9d27ec5eb6cd8f6d7d7fea0ceb22109 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Tue, 2 Jan 2018 15:10:47 +0100 Subject: [PATCH] Fix typo --- include/deal.II/grid/grid_out.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/grid/grid_out.h b/include/deal.II/grid/grid_out.h index 729581f377..163aa373f2 100644 --- a/include/deal.II/grid/grid_out.h +++ b/include/deal.II/grid/grid_out.h @@ -750,7 +750,7 @@ namespace GridOutFlags /** * Flags for grid output in Vtu format. These flags are the same as those - * declared in DataOutBase::VtuFlags. + * declared in DataOutBase::VtkFlags. * * @ingroup output */ -- 2.39.5