From: Peter Munch Date: Sat, 21 Dec 2019 20:09:16 +0000 (+0100) Subject: Fix typo X-Git-Tag: v9.2.0-rc1~772^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d22d91ac67852c7561bbf8af4969e3d093fbfae;p=dealii.git Fix typo --- 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) * {