[doxygen] fix typos
authorPeter D. Barnes, Jr. <barnes26@llnl.gov>
Mon, 17 Aug 2015 11:54:05 -0700
changeset 11603 8264a8753c57
parent 11602 4157e36ac177
child 11604 5e68cadf54a2
[doxygen] fix typos
src/core/model/object.h
--- a/src/core/model/object.h	Thu Aug 13 15:12:17 2015 -0700
+++ b/src/core/model/object.h	Mon Aug 17 11:54:05 2015 -0700
@@ -275,9 +275,9 @@
    * to understand that this copy constructor will _not_
    * copy aggregated Objects, _i.e_, if your Object instance
    * is already aggregated to another Object and if you invoke
-   * this copy constructor, the new )bject instance will be
+   * this copy constructor, the new Object instance will be
    * a pristine standalone Object instance not aggregated to
-   * any other )bject. It is thus _your_ responsability
+   * any other Object. It is thus _your_ responsibility
    * as a caller of this method to do what needs to be done
    * (if it is needed) to ensure that the Object stays in a
    * valid state.