From 59b9802ac6ff045b4284acd3c33993949b410187 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 16 Mar 2006 16:37:50 +0000 Subject: [PATCH] Fix wrong double ticks. git-svn-id: https://svn.dealii.org/trunk@12629 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-7/step-7.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/examples/step-7/step-7.cc b/deal.II/examples/step-7/step-7.cc index 0922d5fd71..2948829b32 100644 --- a/deal.II/examples/step-7/step-7.cc +++ b/deal.II/examples/step-7/step-7.cc @@ -523,7 +523,7 @@ class HelmholtzProblem // ``DoFHandler'', and a base // class of the ``FiniteElement'' // class are derived from - // ``Subscriptor``. This latter + // ``Subscriptor''. This latter // class does not offer much // functionality, but it has a // built-in counter which we can -- 2.39.5