From: heister Date: Sat, 3 Nov 2012 03:50:20 +0000 (+0000) Subject: fix typos X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c235bfefca7b4b9d524b424580626937142c288;p=dealii-svn.git fix typos git-svn-id: https://svn.dealii.org/trunk@27331 0785d39b-7218-0410-832d-ea1e28bc413d --- 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 * * 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. *