From d274cce3974b0011f50e3e9a3fb87c3f48d87fc5 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Thu, 9 Oct 2014 09:34:11 -0400 Subject: [PATCH] fix typo in comment --- include/deal.II/fe/fe.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/fe/fe.h b/include/deal.II/fe/fe.h index a6e658469f..6ba42c504d 100644 --- a/include/deal.II/fe/fe.h +++ b/include/deal.II/fe/fe.h @@ -550,7 +550,7 @@ public: * resulting from face integrals can be assumed to be zero and may therefore * be omitted from integration. * - * A default implementation is provided in this basa class which always + * A default implementation is provided in this base class which always * returns @p true. This is the safe way to go. */ virtual bool has_support_on_face (const unsigned int shape_index, -- 2.39.5