From: Marc Fehling Date: Wed, 30 Jun 2021 22:44:43 +0000 (-0600) Subject: Fix typo in assert. X-Git-Tag: v9.4.0-rc1~1177^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5420bd4ee0c9da8c4f383e7e49412383d227e4f3;p=dealii.git Fix typo in assert. --- diff --git a/include/deal.II/grid/cell_id_translator.h b/include/deal.II/grid/cell_id_translator.h index c857ee5724..03d4cfcf31 100644 --- a/include/deal.II/grid/cell_id_translator.h +++ b/include/deal.II/grid/cell_id_translator.h @@ -142,7 +142,7 @@ namespace internal " indices but the current deal.II configuration only supports " + std::to_string(std::numeric_limits::max()) + " indices. You may want to consider to build deal.II with 64bit " - "indeces (-D DEAL_II_WITH_64BIT_INDICES=\"ON\") to increase the limit " + "indices (-D DEAL_II_WITH_64BIT_INDICES=\"ON\") to increase the limit " "of indices.")); tree_sizes.push_back(0);