From c63893882bb9c6026c0ae7580ed5931089ec398e Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 25 Oct 2006 17:18:30 +0000 Subject: [PATCH] Fix comment typo. git-svn-id: https://svn.dealii.org/trunk@14089 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/fe/fe_tools.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/deal.II/include/fe/fe_tools.h b/deal.II/deal.II/include/fe/fe_tools.h index 0b9b728608..2977d6f584 100644 --- a/deal.II/deal.II/include/fe/fe_tools.h +++ b/deal.II/deal.II/include/fe/fe_tools.h @@ -1071,7 +1071,7 @@ class FETools * * In most cases, if you want * objects of type - * MyFE be created + * MyFE be created * whenever the name * my_fe is given to * get_fe_from_name, you will -- 2.39.5