diff options
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: |