diff options
-rw-r--r-- | cpp/slice/Ice/ObjectAdapter.ice | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/slice/Ice/ObjectAdapter.ice b/cpp/slice/Ice/ObjectAdapter.ice index 3e4395562f0..55fd109de25 100644 --- a/cpp/slice/Ice/ObjectAdapter.ice +++ b/cpp/slice/Ice/ObjectAdapter.ice @@ -274,7 +274,7 @@ local interface ObjectAdapter * * Remove all facets with the given identity from the Active * Servant Map (that is, completely remove the &Ice; object, - * including it's default facet). Removing an identity that + * including its default facet). Removing an identity that * is not in the map throws [NotRegisteredException]. * * @param id The identity of the &Ice; object to be removed. |