From b141827994921504d3fbafaba1b82ad99ce31fae Mon Sep 17 00:00:00 2001 From: "luz.paz" Date: Mon, 29 Apr 2019 16:47:48 -0400 Subject: [PATCH] Correction in previous commit per request https://github.com/dealii/dealii/pull/7979#discussion_r279517855 --- tests/grid/grid_in_ucd_01.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/grid/grid_in_ucd_01.cc b/tests/grid/grid_in_ucd_01.cc index 54ac8e17c3..a4e37449a2 100644 --- a/tests/grid/grid_in_ucd_01.cc +++ b/tests/grid/grid_in_ucd_01.cc @@ -16,7 +16,7 @@ // read in a Triangulation<2,3> from a mesh file writtent in the UCD format -// the meshes used here were generated by Andrea Mola +// the mesh used here was generated by Andrea Mola #include -- 2.39.5