From ba1232ae98c09f3af478ea6a89c345ca697b5e7c Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 19 Oct 2005 04:57:52 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://svn.dealii.org/trunk@11623 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/fe/shapes.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fe/shapes.cc b/tests/fe/shapes.cc index 594cb12221..0d19477758 100644 --- a/tests/fe/shapes.cc +++ b/tests/fe/shapes.cc @@ -30,7 +30,7 @@ char fname[50]; //////////////////////////////////////////////////////////////////////////// -// Plot shape function values at quarature points inside the cell [0,1]^d +// Plot shape function values at quadrature points inside the cell [0,1]^d // // Output values in each line are // -- 2.39.5