From 15eea4d30f1a427e0bfc722b4c15f483f0d9ca7f Mon Sep 17 00:00:00 2001
From: marcfehling <marc.fehling@gmx.net>
Date: Tue, 12 May 2020 17:03:40 +0200
Subject: [PATCH] Update include/deal.II/hp/refinement.h

Co-authored-by: Timo Heister <timo.heister@gmail.com>
---
 include/deal.II/hp/refinement.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/deal.II/hp/refinement.h b/include/deal.II/hp/refinement.h
index 182fa44f74..ba86df3c0d 100644
--- a/include/deal.II/hp/refinement.h
+++ b/include/deal.II/hp/refinement.h
@@ -503,7 +503,7 @@ namespace hp
      * decide whether h- or p-adaptation is supposed to happen. An h-step will
      * be applied with $\eta_{K,\text{pred}} = 0$, whereas
      * $\eta_{K,\text{pred}} = \infty$ ensures a p-step. The latter may be
-     * realised with `std::numeric_limits::infinity()`.
+     * realized with `std::numeric_limits::infinity()`.
      *
      * The following code snippet demonstrates how to impose hp-adaptivity based
      * on refinement history in an application:
-- 
2.39.5