From f3ec52c6f9c8faac6acd9212aabeaf2da6cf1437 Mon Sep 17 00:00:00 2001
From: Jorrit Fahlke <joe@dune-project.org>
Date: Fri, 17 Dec 2010 15:50:33 +0000
Subject: [PATCH] Typo.

[[Imported from SVN: r6299]]
---
 dune/common/tupleutility.hh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dune/common/tupleutility.hh b/dune/common/tupleutility.hh
index 9c634039f..b612bcef7 100644
--- a/dune/common/tupleutility.hh
+++ b/dune/common/tupleutility.hh
@@ -1784,7 +1784,7 @@ namespace Dune {
    * \tparam F Binary meta function
    * \tparam Tuple Apply reduce operation to this tuple
    * \tparam Seed Initial value for reduce operation
-   * \tparan N Reduce the first N tuple elements
+   * \tparam N Reduce the first N tuple elements
    */
   template<
       template <class, class> class F,
-- 
GitLab