Fixed typo.

This commit is contained in:
Jeremy Fincher 2003-04-08 07:12:10 +00:00
parent 6adf5cf04b
commit 1bf368a720

View File

@ -65,7 +65,7 @@ if __name__ == '__main__':
while not server:
server = anything('What server would you like to connect to?')
try:
print 'Lookup up %s...' % server
print 'Looking up %s...' % server
ip = socket.gethostbyname(server)
print 'Found %s (%s).' % (server, ip)
except: