From c77c127026281a133a86bda37eb49b77257621cb Mon Sep 17 00:00:00 2001 From: David Wells Date: Sat, 16 Jan 2016 12:34:27 -0500 Subject: [PATCH] Fix some typos in grid_out.h. --- include/deal.II/grid/grid_out.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/deal.II/grid/grid_out.h b/include/deal.II/grid/grid_out.h index 9a07b743ea..0d4b80e51c 100644 --- a/include/deal.II/grid/grid_out.h +++ b/include/deal.II/grid/grid_out.h @@ -662,7 +662,7 @@ namespace GridOutFlags Coloring coloring; - /// Interpret the level number of the cells as altitude over the x-y-plane (useful in the perpspective view). + /// Interpret the level number of the cells as altitude over the x-y-plane (useful in the perspective view). bool convert_level_number_to_height; /// The factor determining the vertical distance between levels (default = 0.3) @@ -1010,7 +1010,7 @@ public: * Polygons are either at depth 900-level or at 900+@p material_id, * depending on the flag @p level_depth. Accordingly, boundary edges are at * depth 800-level or at 800+@p boundary_id. Therefore, boundary edges are - * alway in front of cells. + * always in front of cells. * * Not implemented for the codimension one case. */ -- 2.39.5