diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-01-16 16:59:34 +0100 |
---|---|---|
committer | Andreas Stöckel <andreas@somweyr.de> | 2015-01-16 16:59:34 +0100 |
commit | 6c1288bd3746329c3721c6aca1fb0420061831c3 (patch) | |
tree | f7274e06f1f4b7f7bc316f91eb718b924646423c /src | |
parent | e3caf907184286b795fadc1991cf69348f97d192 (diff) |
Fixed comment
Diffstat (limited to 'src')
-rw-r--r-- | src/core/managed/Manager.hpp | 2 |
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. |