From: Wolfgang Bangerth Date: Sun, 17 Jan 2016 19:46:47 +0000 (-0600) Subject: Fix typo. X-Git-Tag: v8.4.0-rc2~88^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2072%2Fhead;p=dealii.git Fix typo. --- diff --git a/include/deal.II/base/table_handler.h b/include/deal.II/base/table_handler.h index e23d698367..4e03148f7f 100644 --- a/include/deal.II/base/table_handler.h +++ b/include/deal.II/base/table_handler.h @@ -234,7 +234,7 @@ namespace internal * * Padding the column with default elements makes sure that after the addition * the column has as many entries as the longest other column. In other words, - * if we have skipped previous invokations of add_value() for a given key, + * if we have skipped previous invocations of add_value() for a given key, * then the padding will enter default values into this column. * * The algorithm as described will fail if you try to skip adding values for a