From: Wolfgang Bangerth Date: Mon, 14 Jun 2010 15:25:55 +0000 (+0000) Subject: Fix a couple misspellings. X-Git-Tag: v8.0.0~6057 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e141a3541da039b08a4f99dc32ab39823c5459a;p=dealii.git Fix a couple misspellings. git-svn-id: https://svn.dealii.org/trunk@21205 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/petsc_parallel_vector.h b/deal.II/lac/include/lac/petsc_parallel_vector.h index 337f94429e..bfec7d151a 100644 --- a/deal.II/lac/include/lac/petsc_parallel_vector.h +++ b/deal.II/lac/include/lac/petsc_parallel_vector.h @@ -236,15 +236,16 @@ namespace PETScWrappers * the global size of the vector is * determined by local.size(). The * global indices in @p ghost are - * sluppied as ghost indices that can - * also be read locally. Note that - * the @p ghost IndexSet may be empty - * and that any indices already - * contained in @p local are ignored - * during construction. That way you - * can construct with - * locally_relevent_dofs() for - * example. + * supplied as ghost indices that can + * also be read locally. + * + * Note that the @p ghost IndexSet + * may be empty and that any indices + * already contained in @p local are + * ignored during construction. That + * way, the ghost parameter can equal + * the set of locally relevant + * degrees of freedom, see step-32. */ explicit Vector (const MPI_Comm &communicator, const IndexSet & local,