From 8a074cfaed99a8cc76cfbc5f8aa45c2e99c9c6d4 Mon Sep 17 00:00:00 2001 From: Bruno Turcksin Date: Wed, 8 Feb 2017 16:11:23 -0500 Subject: [PATCH] Fix typo. --- examples/step-18/step-18.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5