From 6e6495a2e3b3884d716e949f9054fcebe0e46b3a Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 25 Sep 2008 13:20:35 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://svn.dealii.org/trunk@17006 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/doxygen/headers/vector_valued.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/doc/doxygen/headers/vector_valued.h b/deal.II/doc/doxygen/headers/vector_valued.h index d85fb20890..93c4ec0e5a 100644 --- a/deal.II/doc/doxygen/headers/vector_valued.h +++ b/deal.II/doc/doxygen/headers/vector_valued.h @@ -190,7 +190,7 @@ * * This means that the final finite element will consist of dim * components made up of FE_Q elements of degree 1, and another one also of - * degree 1. If course, a simpler (and more efficient) way to achieve the same + * degree 1. Of course, a simpler (and more efficient) way to achieve the same * is to use the following form instead: * @code * FESystem finite_element (FE_Q(1), dim+1); -- 2.39.5