diff options
author | Benoit Foucher <benoit@zeroc.com> | 2006-07-07 10:13:10 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2006-07-07 10:13:10 +0000 |
commit | a859499259e96445534f8acf2b91502e4d44a050 (patch) | |
tree | e33fbd0735c448835c63c9940ead776d65a179e9 /py/demo/IceGrid/allocate/Client.py | |
parent | Fixed typo in IceGrid demo clients ("cound" vs "could") (diff) | |
download | ice-a859499259e96445534f8acf2b91502e4d44a050.tar.bz2 ice-a859499259e96445534f8acf2b91502e4d44a050.tar.xz ice-a859499259e96445534f8acf2b91502e4d44a050.zip |
Fixed typo in IceGrid demo clients (cound vs could)
Diffstat (limited to 'py/demo/IceGrid/allocate/Client.py')
-rw-r--r-- | py/demo/IceGrid/allocate/Client.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/demo/IceGrid/allocate/Client.py b/py/demo/IceGrid/allocate/Client.py index b5bb1359415..7fc3ed75a40 100644 --- a/py/demo/IceGrid/allocate/Client.py +++ b/py/demo/IceGrid/allocate/Client.py @@ -56,7 +56,7 @@ class Client(Ice.Application): def run(self, args): registry = IceGrid.RegistryPrx.checkedCast(self.communicator().stringToProxy("DemoIceGrid/Registry")) if registry == None: - print self.appName() + ": cound not contact registry" + print self.appName() + ": could not contact registry" return False while True: |