From: Timo Heister Date: Thu, 9 Oct 2014 13:34:11 +0000 (-0400) Subject: fix typo in comment X-Git-Tag: v8.2.0-rc1~112^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d274cce3974b0011f50e3e9a3fb87c3f48d87fc5;p=dealii.git fix typo in comment --- 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,