summaryrefslogtreecommitdiff
path: root/py/modules/IcePy/ObjectAdapter.cpp
diff options
context:
space:
mode:
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 */