From: wolf Date: Mon, 6 Dec 1999 11:42:42 +0000 (+0000) Subject: Fix typo. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a622225111a411ed4a84954e4af5266d367a4da8;p=dealii-svn.git Fix typo. git-svn-id: https://svn.dealii.org/trunk@1985 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/Attic/examples/step-by-step/step-2/step-2.cc b/deal.II/deal.II/Attic/examples/step-by-step/step-2/step-2.cc index c952420de8..5852593ba9 100644 --- a/deal.II/deal.II/Attic/examples/step-by-step/step-2/step-2.cc +++ b/deal.II/deal.II/Attic/examples/step-by-step/step-2/step-2.cc @@ -118,7 +118,7 @@ void make_grid (Triangulation<2> &triangulation) }; - // up to now, we only have a grid, + // Up to now, we only have a grid, // i.e. some geometrical (the // position of the vertices and which // vertices make up which cell) and diff --git a/deal.II/examples/step-2/step-2.cc b/deal.II/examples/step-2/step-2.cc index c952420de8..5852593ba9 100644 --- a/deal.II/examples/step-2/step-2.cc +++ b/deal.II/examples/step-2/step-2.cc @@ -118,7 +118,7 @@ void make_grid (Triangulation<2> &triangulation) }; - // up to now, we only have a grid, + // Up to now, we only have a grid, // i.e. some geometrical (the // position of the vertices and which // vertices make up which cell) and