From 8acf628817ebb2dc6e67e79c023b130f294a5d2c Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 7 Aug 2013 07:55:06 +0000 Subject: [PATCH] Fix typos. git-svn-id: https://svn.dealii.org/trunk@30239 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-1/step-1.cc | 2 +- deal.II/examples/step-13/step-13.cc | 2 +- deal.II/examples/step-7/step-7.cc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/deal.II/examples/step-1/step-1.cc b/deal.II/examples/step-1/step-1.cc index b58846f558..09599c7935 100644 --- a/deal.II/examples/step-1/step-1.cc +++ b/deal.II/examples/step-1/step-1.cc @@ -93,7 +93,7 @@ void second_grid () // We then fill it with a ring domain. The center of the ring shall be the // point (1,0), and inner and outer radius shall be 0.5 and 1. The number of // circumferential cells could be adjusted automatically by this function, - // but we choose to set it explicitely to 10 as the last argument: + // but we choose to set it explicitly to 10 as the last argument: const Point<2> center (1,0); const double inner_radius = 0.5, outer_radius = 1.0; diff --git a/deal.II/examples/step-13/step-13.cc b/deal.II/examples/step-13/step-13.cc index df0d8d2342..24ab2a6d5d 100644 --- a/deal.II/examples/step-13/step-13.cc +++ b/deal.II/examples/step-13/step-13.cc @@ -170,7 +170,7 @@ namespace Step13 // macros. We use this mechanism here again. // // From this, the actual declaration of this class should be evident. Note - // that of course even if we do not list a destructor explicitely, an + // that of course even if we do not list a destructor explicitly, an // implicit destructor is generated from the compiler, and it is virtual // just as the one of the base class. template diff --git a/deal.II/examples/step-7/step-7.cc b/deal.II/examples/step-7/step-7.cc index dd8ee49b40..058e7cf1cd 100644 --- a/deal.II/examples/step-7/step-7.cc +++ b/deal.II/examples/step-7/step-7.cc @@ -950,7 +950,7 @@ namespace Step7 // // For this, we will use the following convention: Faces belonging to Gamma1 // will have the boundary indicator 0 (which is the default, so - // we don't have to set it explicitely), and faces belonging to Gamma2 will + // we don't have to set it explicitly), and faces belonging to Gamma2 will // use 1 as boundary indicator. To set these values, we loop // over all cells, then over all faces of a given cell, check whether it is // part of the boundary that we want to denote by Gamma2, and if so set its -- 2.39.5