From a5246b3b917543dca0611fc6519e26cc4b9fbdd3 Mon Sep 17 00:00:00 2001 From: "Peter D. Barnes, Jr." Date: Mon, 17 Aug 2015 11:54:05 -0700 Subject: [PATCH] [doxygen] fix typos --- src/core/model/object.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/model/object.h b/src/core/model/object.h index ba24a7be5..f3da04a04 100644 --- a/src/core/model/object.h +++ b/src/core/model/object.h @@ -275,9 +275,9 @@ protected: * 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.