From 1d22d91ac67852c7561bbf8af4969e3d093fbfae Mon Sep 17 00:00:00 2001 From: Peter Munch Date: Sat, 21 Dec 2019 21:09:16 +0100 Subject: [PATCH] Fix typo --- include/deal.II/grid/tria.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/grid/tria.h b/include/deal.II/grid/tria.h index cc4c38c478..2f362eba8f 100644 --- a/include/deal.II/grid/tria.h +++ b/include/deal.II/grid/tria.h @@ -1015,7 +1015,7 @@ namespace internal * triangulation.set_all_manifold_ids_on_boundary(42); * * // set_manifold stores a copy of its second argument, - * // so a temporary is ookay + * // so a temporary is okay * triangulation.set_manifold(42, PolarManifold<2>()); * for (unsigned int i = 0; i < 4; ++i) * { -- 2.39.5