From: bangerth Date: Fri, 17 May 2013 21:08:29 +0000 (+0000) Subject: Fix a couple of typos. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbfaf0511671351474e9bfe28e2af6a94adf8864;p=dealii-svn.git Fix a couple of typos. git-svn-id: https://svn.dealii.org/trunk@29523 0785d39b-7218-0410-832d-ea1e28bc413d --- 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. */