From: ryan.grove Date: Thu, 23 Jan 2014 19:18:05 +0000 (+0000) Subject: Fixed typo in step-2 tutorial program. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fd97ca3b3f149a1226346db1ae482f5ce76a2aa;p=dealii-svn.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