From: Bruno Turcksin Date: Wed, 8 Feb 2017 21:11:23 +0000 (-0500) Subject: Fix typo. X-Git-Tag: v8.5.0-rc1~131^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3951%2Fhead;p=dealii.git Fix typo. --- diff --git a/examples/step-18/step-18.cc b/examples/step-18/step-18.cc index 40de07586f..7f4ef9950b 100644 --- a/examples/step-18/step-18.cc +++ b/examples/step-18/step-18.cc @@ -474,7 +474,7 @@ namespace Step18 // it when necessary. Instead, we opted to obtain the complete copy once // and for all, and instead get rid of the distributed copy // immediately. Thus, note that the declaration of - // inremental_displacement does not denote a distribute + // incremental_displacement does not denote a distribute // vector as would be indicated by the middle namespace MPI: PETScWrappers::MPI::SparseMatrix system_matrix;