From d2a97538e246335f45a73aa59a27bd3f24aff204 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 17 Jul 2024 09:57:32 -0600 Subject: [PATCH] Fix a typo. --- doc/doxygen/headers/exceptions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/doxygen/headers/exceptions.h b/doc/doxygen/headers/exceptions.h index 08a251c61b..adc7b36dbe 100644 --- a/doc/doxygen/headers/exceptions.h +++ b/doc/doxygen/headers/exceptions.h @@ -393,7 +393,7 @@ * undesirable and one needs to exit in a somewhat more graceful * way -- even if there is really not very much one can do in these * cases to still produce a meaningful result. An example is if a - * deal.II program is run a one module in a bigger framework of + * deal.II program is run as one module in a bigger framework of * software. Think, for example, of a case where a deal.II program * computed the flow field that corresponds to a set of input * variables provided by some optimization routine: if the optimizer -- 2.39.5