From: kronbichler Date: Thu, 17 Jan 2013 08:51:07 +0000 (+0000) Subject: Fix typo X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d35f9290c0573058c7887601c3a592d4bcc3a5c;p=dealii-svn.git Fix typo git-svn-id: https://svn.dealii.org/trunk@28097 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/base/table.h b/deal.II/include/deal.II/base/table.h index 607eb1a7eb..83fa744446 100644 --- a/deal.II/include/deal.II/base/table.h +++ b/deal.II/include/deal.II/base/table.h @@ -436,7 +436,7 @@ namespace internal * two major differences. The first is that the Tensor class * stores only numeric values (as doubles), while the Table * class stores arbitrary objects. The second is that the Tensor - * class has fixed dimensions, also give as a template argument, while + * class has fixed dimensions, also given as a template argument, while * this class can handle arbitrary dimensions, which may also be * different between different indices. *