]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix typos.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 7 Aug 2013 07:55:06 +0000 (07:55 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 7 Aug 2013 07:55:06 +0000 (07:55 +0000)
git-svn-id: https://svn.dealii.org/trunk@30239 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-1/step-1.cc
deal.II/examples/step-13/step-13.cc
deal.II/examples/step-7/step-7.cc

index b58846f558556dd609c0f0cbdeefe7fb5f1e0a72..09599c7935cfe09ca8a4a3096cd04aa67db8b250 100644 (file)
@@ -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;
index df0d8d234258c54d0100ef9233a78d38c578e838..24ab2a6d5d763412260992f124c481e94797e236 100644 (file)
@@ -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 <int dim>
index dd8ee49b409a18216f790269179a57bc52206297..058e7cf1cdc05da7cf7e0b254d910de74a075622 100644 (file)
@@ -950,7 +950,7 @@ namespace Step7
   //
   // For this, we will use the following convention: Faces belonging to Gamma1
   // will have the boundary indicator <code>0</code> (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 <code>1</code> 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

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.