summaryrefslogtreecommitdiff
path: root/py/demo/Ice/async/Server.py
diff options
context:
space:
mode:
Diffstat (limited to 'py/demo/Ice/async/Server.py')
-rwxr-xr-xpy/demo/Ice/async/Server.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/demo/Ice/async/Server.py b/py/demo/Ice/async/Server.py
index 28ef53d796d..dabcf57c5c3 100755
--- a/py/demo/Ice/async/Server.py
+++ b/py/demo/Ice/async/Server.py
@@ -84,7 +84,7 @@ class HelloI(Demo.Hello):
self._workQueue.destroy()
self._workQueue.join()
- current.adpater.getCommunicator().shutdown();
+ current.adapter.getCommunicator().shutdown();
class Server(Ice.Application):
def run(self, args):