From 1a26b5c4455d24c9608dbb8d1b27c6ae94526643 Mon Sep 17 00:00:00 2001 From: Wolfgang 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