diff options
author | Michi Henning <michi@zeroc.com> | 2005-10-14 02:15:03 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2005-10-14 02:15:03 +0000 |
commit | fb43a7de0ae92466d47a4614207daaefd19ff63d (patch) | |
tree | 8810e651222bad7f5418f5569a0ea68827983871 /cpp | |
parent | Spash (diff) | |
download | ice-fb43a7de0ae92466d47a4614207daaefd19ff63d.tar.bz2 ice-fb43a7de0ae92466d47a4614207daaefd19ff63d.tar.xz ice-fb43a7de0ae92466d47a4614207daaefd19ff63d.zip |
Fixed spelling error in doc for removeAllFacets().
Diffstat (limited to 'cpp')
-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. |