From: Ryan Grove Date: Thu, 23 Jan 2014 19:18:05 +0000 (+0000) Subject: Fixed typo in step-2 tutorial program. X-Git-Tag: v8.2.0-rc1~976 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=169cec800f5fab7b0756eb3fd337f7d2bddf700d;p=dealii.git Fixed typo in step-2 tutorial program. git-svn-id: https://svn.dealii.org/trunk@32291 0785d39b-7218-0410-832d-ea1e28bc413d --- 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