From: Wolfgang Bangerth Date: Tue, 7 Sep 2010 15:20:31 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v8.0.0~5587 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=faed62302d9a71b15f33a7ffad88b19d1f0299a9;p=dealii.git Fix typo. git-svn-id: https://svn.dealii.org/trunk@21865 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-33/step-33.cc b/deal.II/examples/step-33/step-33.cc index 002d7f4aa3..bd72e790f5 100644 --- a/deal.II/examples/step-33/step-33.cc +++ b/deal.II/examples/step-33/step-33.cc @@ -1854,7 +1854,7 @@ void ConservationLaw::assemble_system () // is an external face, the fourth // argument denoting the degrees of // freedom indices of the neighbor is - // ignores, so we pass an empty + // ignored, so we pass an empty // vector): for (unsigned int face_no=0; face_no::faces_per_cell; ++face_no)