From 6f6984ac2ac18e08e93bdfa52a335c20565bf90b Mon Sep 17 00:00:00 2001 From: Luca Heltai Date: Thu, 26 Oct 2017 23:40:59 +0200 Subject: [PATCH] Fixed typo. --- include/deal.II/base/patterns.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/base/patterns.h b/include/deal.II/base/patterns.h index 537b5093b3..14470889b7 100644 --- a/include/deal.II/base/patterns.h +++ b/include/deal.II/base/patterns.h @@ -716,7 +716,7 @@ namespace Patterns * directly the separator without using std::string(";"). * * Since we support a pure variadic templates version, without this - * specialization, the compiler will fail with criptic errors. + * specialization, the compiler will fail with criptyc errors. */ template Tuple (const char *separator, -- 2.39.5