From 91a79f67061351a497bed96f53bed7d569fc0e2c Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 4 Jul 2000 14:00:22 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://svn.dealii.org/trunk@3135 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/fe/fe.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/deal.II/include/fe/fe.h b/deal.II/deal.II/include/fe/fe.h index b640c3ceea..bd9c7b70a7 100644 --- a/deal.II/deal.II/include/fe/fe.h +++ b/deal.II/deal.II/include/fe/fe.h @@ -1727,7 +1727,7 @@ class FiniteElement : public FiniteElementBase * * Some finite elements, * especially in higher - * dimensions, may chose not to + * dimensions, may choose not to * implement this function * because the computational * effort is growing rapidly, for -- 2.39.5