From 1701fbd1f07af0bd835420a5159fbfff112a3d31 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 22 Aug 2017 09:51:09 -0600 Subject: [PATCH] Use 'destroyed' instead of 'destructed'. --- examples/step-6/step-6.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/step-6/step-6.cc b/examples/step-6/step-6.cc index 47103a2bbc..d6477d4229 100644 --- a/examples/step-6/step-6.cc +++ b/examples/step-6/step-6.cc @@ -191,7 +191,7 @@ Step6::Step6 () // To be fair, such exceptions about still used objects are not particularly // popular among programmers using deal.II, since they only tell us that // something is wrong, namely that some other object is still using the object -// that is presently being destructed, but most of the time not who this using +// that is presently being destroyed, but most of the time not who this using // object is. It is therefore often rather time-consuming to find out where the // problem exactly is, although it is then usually straightforward to remedy // the situation. However, we believe that the effort to find invalid -- 2.39.5