diff options
author | Benoit Foucher <benoit@zeroc.com> | 2007-02-12 17:17:07 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2007-02-12 17:17:07 +0000 |
commit | 9fe07243adf831425f16c0411e6538ab39847445 (patch) | |
tree | 68429bd36f2cd3f7881b8eee2372e757fbf7239d /py/demo/Ice/async/Server.py | |
parent | Fixed 1750 (diff) | |
download | ice-9fe07243adf831425f16c0411e6538ab39847445.tar.bz2 ice-9fe07243adf831425f16c0411e6538ab39847445.tar.xz ice-9fe07243adf831425f16c0411e6538ab39847445.zip |
Fixed typo
Diffstat (limited to 'py/demo/Ice/async/Server.py')
-rwxr-xr-x | py/demo/Ice/async/Server.py | 2 |
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): |