summaryrefslogtreecommitdiff
path: root/py/demo/Ice/async/Server.py
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2007-02-12 17:17:07 +0000
committerBenoit Foucher <benoit@zeroc.com>2007-02-12 17:17:07 +0000
commit9fe07243adf831425f16c0411e6538ab39847445 (patch)
tree68429bd36f2cd3f7881b8eee2372e757fbf7239d /py/demo/Ice/async/Server.py
parentFixed 1750 (diff)
downloadice-9fe07243adf831425f16c0411e6538ab39847445.tar.bz2
ice-9fe07243adf831425f16c0411e6538ab39847445.tar.xz
ice-9fe07243adf831425f16c0411e6538ab39847445.zip
Fixed typo
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):