From: bangerth Date: Mon, 25 Nov 2013 18:10:14 +0000 (+0000) Subject: Fix typos. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c2212b4ce920d4a4e521f50b1a21f6b66e55beb;p=dealii-svn.git Fix typos. git-svn-id: https://svn.dealii.org/trunk@31800 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/base/work_stream.h b/deal.II/include/deal.II/base/work_stream.h index 3ccf789b45..199a082de3 100644 --- a/deal.II/include/deal.II/base/work_stream.h +++ b/deal.II/include/deal.II/base/work_stream.h @@ -1151,7 +1151,7 @@ namespace WorkStream * This function that can be used for worker and copier objects that * are either pointers to non-member functions or objects that allow to be * called with an operator(), for example objects created by std::bind. If - * the copier is an empty function, it is ignore in the pipeline. + * the copier is an empty function, it is ignored in the pipeline. * * The argument passed as @p end must be convertible to the same type as @p * begin, but doesn't have to be of the same type itself. This allows to @@ -1383,8 +1383,8 @@ namespace WorkStream * and Bangerth (see @ref workstream_paper). * * This is the function that can be used for worker and copier functions - * that are member functions of a class. If the copier is an empty function, - * it is ignore in the pipeline. + * that are member functions of a class. If the copier is an empty function, + * it is ignored in the pipeline. * * The argument passed as @p end must be convertible to the same type as @p * begin, but doesn't have to be of the same type itself. This allows to