summaryrefslogtreecommitdiff
path: root/py/demo/IceGrid/allocate/Client.py
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2006-07-07 10:13:10 +0000
committerBenoit Foucher <benoit@zeroc.com>2006-07-07 10:13:10 +0000
commita859499259e96445534f8acf2b91502e4d44a050 (patch)
treee33fbd0735c448835c63c9940ead776d65a179e9 /py/demo/IceGrid/allocate/Client.py
parentFixed typo in IceGrid demo clients ("cound" vs "could") (diff)
downloadice-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.py2
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: