From: ach61@labyrinth.cl.cam.ac.uk Date: Wed, 21 Apr 2004 10:43:06 +0000 (+0000) Subject: bitkeeper revision 1.871 (4086503aaxsSjJ0ddfGTFH8_wm7OSA) X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~18250 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f87c08eebde731ad658ad052325db2449270f9ac;p=xen.git bitkeeper revision 1.871 (4086503aaxsSjJ0ddfGTFH8_wm7OSA) spelling --- diff --git a/tools/examples/xc_dom_create.py b/tools/examples/xc_dom_create.py index 2d2030f23e..332b3d4d85 100755 --- a/tools/examples/xc_dom_create.py +++ b/tools/examples/xc_dom_create.py @@ -90,7 +90,7 @@ vbd_list = []; cmdline_ip = ''; cmdline_root=''; cmdline_extra='' pci_device_list = []; console_port = -1 auto_console = False -##### Determine location of defautls file +##### Determine location of defaults file ##### try: @@ -181,7 +181,7 @@ cmdline = cmdline_ip +' '+ cmdline_root +' '+ cmdline_extra syslog.openlog('xc_dom_create.py %s' % config_file, 0, syslog.LOG_DAEMON) -##### Print some debug info just incase things don't work out... +##### Print some debug info just in case things don't work out... ##### output('VM image : "%s"' % image)