From: Pengfei Jia Date: Tue, 7 Feb 2023 18:50:32 +0000 (-0500) Subject: Update source/base/mu_parser_internal.cc X-Git-Tag: v9.5.0-rc1~579^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F14765%2Fhead;p=dealii.git Update source/base/mu_parser_internal.cc Co-authored-by: Timo Heister --- diff --git a/source/base/mu_parser_internal.cc b/source/base/mu_parser_internal.cc index 7b0b52b088..62f75e3755 100644 --- a/source/base/mu_parser_internal.cc +++ b/source/base/mu_parser_internal.cc @@ -308,7 +308,7 @@ namespace internal parser.DefineFun("log", mu_log, true); parser.DefineFun("pow", mu_pow, true); parser.DefineFun("erfc", mu_erfc, true); - // Disable optimizations (by passign false) that assume the functions + // Disable optimizations (by passing false) that assume the functions // will always return the same value: parser.DefineFun("rand_seed", mu_rand_seed, false); parser.DefineFun("rand", mu_rand, false);