From bbfaf0511671351474e9bfe28e2af6a94adf8864 Mon Sep 17 00:00:00 2001 From: bangerth Date: Fri, 17 May 2013 21:08:29 +0000 Subject: [PATCH] Fix a couple of typos. git-svn-id: https://svn.dealii.org/trunk@29523 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/fe/fe.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/include/deal.II/fe/fe.h b/deal.II/include/deal.II/fe/fe.h index 3059dbcc02..97ba56192f 100644 --- a/deal.II/include/deal.II/fe/fe.h +++ b/deal.II/include/deal.II/fe/fe.h @@ -904,7 +904,7 @@ public: bool restriction_is_additive (const unsigned int index) const; /** - * Return a readonly reference to + * Return a read only reference to * the matrix which describes the * constraints at the interface * between a refined and an @@ -927,7 +927,7 @@ public: * use the * constraints_are_implemented() * function to check up front - * whethehr this function will + * whether this function will * succeed or generate the * exception. */ -- 2.39.5