From: Lei Qiao Date: Mon, 13 Apr 2015 14:14:25 +0000 (-0500) Subject: fix textual error. X-Git-Tag: v8.3.0-rc1~283^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0647371963cd31f4d15dbfa89a41246c7eb7f47f;p=dealii.git fix textual error. --- diff --git a/examples/step-40/step-40.cc b/examples/step-40/step-40.cc index 1d57447e9c..15ed3db10b 100644 --- a/examples/step-40/step-40.cc +++ b/examples/step-40/step-40.cc @@ -420,8 +420,8 @@ namespace Step40 } // Notice that the assembling above is just a local operation. So, to - // fomulate the "global" linear system, a synchronization between all - // processors is needed. This could be done by invoke the function + // form the "global" linear system, a synchronization between all + // processors is needed. This could be done by invoking the function // compress(). See @ref GlossCompress "Compressing distributed objects" // for more information on what is compress() designed to do. system_matrix.compress (VectorOperation::add);