]> https://gitweb.dealii.org/ - dealii.git/commitdiff
fix typos in documentation in SmartPointer. 1306/head
authorLei Qiao <qiaol618@gmail.com>
Fri, 7 Aug 2015 23:50:58 +0000 (18:50 -0500)
committerLei Qiao <qiaol618@gmail.com>
Fri, 7 Aug 2015 23:50:58 +0000 (18:50 -0500)
include/deal.II/base/smartpointer.h

index c96ea3f1aeee51b90bfc9480652a3ce9805040e6..47cc06789ce17ac5c4d157089d1f882edb360b8c 100644 (file)
@@ -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>tt</tt>, but subscribe ourselves to it again.
    */
   template <class Q>
   SmartPointer (const SmartPointer<T,Q> &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>tt</tt>, but subscribe ourselves to it again.
    */
   SmartPointer (const SmartPointer<T,P> &tt);

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.