]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
fix typos in comments
authorheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 18 Mar 2013 23:27:00 +0000 (23:27 +0000)
committerheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 18 Mar 2013 23:27:00 +0000 (23:27 +0000)
git-svn-id: https://svn.dealii.org/trunk@28937 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-42/step-42.cc

index 6cbd4fadbbc4c0572ed1266b2c068916273f5e61..1bc68abd6bdf6a90379704985f24a6d293309347 100644 (file)
@@ -690,7 +690,7 @@ namespace Step42
       dirichlet_constraints ();
     }
 
-    // Initialzation for matrices and vectors
+    // Initialization for matrices and vectors
     {
       solution.reinit (locally_relevant_dofs, mpi_communicator);
       system_rhs_newton.reinit (locally_owned_dofs, mpi_communicator);
@@ -1182,7 +1182,7 @@ namespace Step42
   // meaningless value. These values have to
   // to set to zero.
 
-  // The rest of the funtion is smiliar to
+  // The rest of the function is similar to
   // step-41 except that we use a FGMRES-solver
   // instead of CG. For a very small hardening
   // value gamma the linear system becomes
@@ -1335,7 +1335,7 @@ namespace Step42
 
             // The previous iteration of step 0 is the solution of an elastic problem.
             // So a linear combination of a plastic and an elastic solution makes no sense
-            // since the elastic solution is not in the konvex set of the plastic solution.
+            // since the elastic solution is not in the convex set of the plastic solution.
             if (j == 2)
               break;
           }

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.