From a622225111a411ed4a84954e4af5266d367a4da8 Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 6 Dec 1999 11:42:42 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://svn.dealii.org/trunk@1985 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/Attic/examples/step-by-step/step-2/step-2.cc | 2 +- deal.II/examples/step-2/step-2.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5