From: Lei Qiao Date: Fri, 7 Aug 2015 23:50:58 +0000 (-0500) Subject: fix typos in documentation in SmartPointer. X-Git-Tag: v8.4.0-rc2~646^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=492ef44d0db4c3f2bd9a48ea761fd7f9d9c9f077;p=dealii.git fix typos in documentation in SmartPointer. --- diff --git a/include/deal.II/base/smartpointer.h b/include/deal.II/base/smartpointer.h index c96ea3f1ae..47cc06789c 100644 --- a/include/deal.II/base/smartpointer.h +++ b/include/deal.II/base/smartpointer.h @@ -70,14 +70,14 @@ public: SmartPointer (); /** - * Copy constructor for SmartPointer. We do now copy the object subscribed + * Copy constructor for SmartPointer. We do not copy the object subscribed * to from tt, but subscribe ourselves to it again. */ template SmartPointer (const SmartPointer &tt); /** - * Copy constructor for SmartPointer. We do now copy the object subscribed + * Copy constructor for SmartPointer. We do not copy the object subscribed * to from tt, but subscribe ourselves to it again. */ SmartPointer (const SmartPointer &tt);