From 169cec800f5fab7b0756eb3fd337f7d2bddf700d Mon Sep 17 00:00:00 2001 From: Ryan Grove Date: Thu, 23 Jan 2014 19:18:05 +0000 Subject: [PATCH] Fixed typo in step-2 tutorial program. git-svn-id: https://svn.dealii.org/trunk@32291 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-2/step-2.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/examples/step-2/step-2.cc b/deal.II/examples/step-2/step-2.cc index b3c9d2debb..5f43d944ab 100644 --- a/deal.II/examples/step-2/step-2.cc +++ b/deal.II/examples/step-2/step-2.cc @@ -47,7 +47,7 @@ // resulting from the distribution of degrees of freedom on the grid. That // class can be found here: #include -// We will also need to use an intermediate sparsity patter structure, which +// We will also need to use an intermediate sparsity pattern structure, which // is found in this file: #include -- 2.39.5