From 0f67f57f43ff3b8c40710a6959718647fbde0168 Mon Sep 17 00:00:00 2001
From: Wolfgang Bangerth <bangerth@math.tamu.edu>
Date: Mon, 25 Nov 2013 18:10:14 +0000
Subject: [PATCH] Fix typos.

git-svn-id: https://svn.dealii.org/trunk@31800 0785d39b-7218-0410-832d-ea1e28bc413d
---
 deal.II/include/deal.II/base/work_stream.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

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
-- 
2.39.5