From 26dfe77629f0cbbeebc8d63e279d5a739be59ea4 Mon Sep 17 00:00:00 2001
From: Oliver Sander <sander@dune-project.org>
Date: Tue, 2 Dec 2008 10:53:28 +0000
Subject: [PATCH] spelling

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

diff --git a/common/poolallocator.hh b/common/poolallocator.hh
index bd0d029fc..030e73e37 100644
--- a/common/poolallocator.hh
+++ b/common/poolallocator.hh
@@ -225,7 +225,7 @@ namespace Dune
    *
    * @warning It is not suitable
    * for the use in standard containers as it cannot allocate
-   * arrays of arbituary size
+   * arrays of arbitrary size
    */
   template<class T, std::size_t s>
   class PoolAllocator
-- 
GitLab