From 0dc1965614ed85412b0ba9c4e381e9b0b23ebf07 Mon Sep 17 00:00:00 2001
From: Timo Heister <timo.heister@gmail.com>
Date: Sat, 3 Nov 2012 03:50:20 +0000
Subject: [PATCH] fix typos

git-svn-id: https://svn.dealii.org/trunk@27331 0785d39b-7218-0410-832d-ea1e28bc413d
---
 deal.II/include/deal.II/lac/vector_memory.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/deal.II/include/deal.II/lac/vector_memory.h b/deal.II/include/deal.II/lac/vector_memory.h
index 3a12e96257..8169d00f1d 100644
--- a/deal.II/include/deal.II/lac/vector_memory.h
+++ b/deal.II/include/deal.II/lac/vector_memory.h
@@ -241,9 +241,9 @@ class PrimitiveVectorMemory : public VectorMemory<VECTOR>
  *
  * All GrowingVectorMemory objects of the same vector type use the
  * same memory Pool. Therefore, functions can create such a
- * VectorMemory object whenever needed without preformance penalty. A
+ * VectorMemory object whenever needed without performance penalty. A
  * drawback of this policy might be that vectors once allocated are
- * only released at the end of the program run. Nebertheless, the
+ * only released at the end of the program run. Nevertheless, the
  * since they are reused, this should be of no concern. Additionally,
  * the destructor of the Pool warns about memory leaks.
  *
-- 
2.39.5