ia64/xen-unstable
changeset 2640:f1e0a1079c28
bitkeeper revision 1.1159.1.232 (416e30bbjQ8hg53Z4S59mZhks3Ok4g)
typo fixed, noted by Charles Coffing <ccoffing at novell dot com>
typo fixed, noted by Charles Coffing <ccoffing at novell dot com>
author | mafetter@fleming.research |
---|---|
date | Thu Oct 14 07:54:35 2004 +0000 (2004-10-14) |
parents | fd5c7fbfbd1d |
children | fbdffdf4bda9 |
files | tools/python/xen/sv/Daemon.py |
line diff
1.1 --- a/tools/python/xen/sv/Daemon.py Thu Oct 14 00:49:28 2004 +0000 1.2 +++ b/tools/python/xen/sv/Daemon.py Thu Oct 14 07:54:35 2004 +0000 1.3 @@ -96,7 +96,7 @@ class Daemon: 1.4 reactor.run() 1.5 1.6 def exit(self): 1.7 - reactor.diconnectAll() 1.8 + reactor.disconnectAll() 1.9 sys.exit(0) 1.10 1.11 def instance():