summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-rw-r--r--src/core/managed/Manager.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/managed/Manager.hpp b/src/core/managed/Manager.hpp
index 761603b..fec4bd1 100644
--- a/src/core/managed/Manager.hpp
+++ b/src/core/managed/Manager.hpp
@@ -306,7 +306,7 @@ public:
/**
* Returns the unique identifier (UID) of the given object. Valid UIDs are
* positive non-zero values. A value of zero indicates that the given object
- * does no longer exists or was not registered in the manager instance.
+ * does no longer exist or was not registered in the manager instance.
*
* @param o is a pointer to the managed object for which the UID should be
* returned.