summaryrefslogtreecommitdiff
path: root/py/modules/IcePy/ObjectAdapter.cpp
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2005-09-28 17:31:55 +0000
committerMark Spruiell <mes@zeroc.com>2005-09-28 17:31:55 +0000
commit46c83a72a76b936ed8a8802d8994b99936411eb5 (patch)
tree1638256194c86fe81277c41a4e32acb020b3019b /py/modules/IcePy/ObjectAdapter.cpp
parentRemoved ICE_PROTOCOL_API (diff)
downloadice-46c83a72a76b936ed8a8802d8994b99936411eb5.tar.bz2
ice-46c83a72a76b936ed8a8802d8994b99936411eb5.tar.xz
ice-46c83a72a76b936ed8a8802d8994b99936411eb5.zip
minor typo
Diffstat (limited to 'py/modules/IcePy/ObjectAdapter.cpp')
-rw-r--r--py/modules/IcePy/ObjectAdapter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/modules/IcePy/ObjectAdapter.cpp b/py/modules/IcePy/ObjectAdapter.cpp
index 3ddf84a197b..a055e56cbc2 100644
--- a/py/modules/IcePy/ObjectAdapter.cpp
+++ b/py/modules/IcePy/ObjectAdapter.cpp
@@ -1373,7 +1373,7 @@ static PyMethodDef AdapterMethods[] =
{ STRCAST("addRouter"), (PyCFunction)adapterAddRouter, METH_VARARGS,
PyDoc_STR(STRCAST("addRouter(proxy) -> None")) },
{ STRCAST("removeRouter"), (PyCFunction)adapterRemoveRouter, METH_VARARGS,
- PyDoc_STR(STRCAST("removeaddRouter(proxy) -> None")) },
+ PyDoc_STR(STRCAST("removeRouter(proxy) -> None")) },
{ STRCAST("setLocator"), (PyCFunction)adapterSetLocator, METH_VARARGS,
PyDoc_STR(STRCAST("setLocator(proxy) -> None")) },
{ NULL, NULL} /* sentinel */