wintest: fixed formatting of wintest in emacs python mode
authorAndrew Tridgell <tridge@samba.org>
Wed, 1 Dec 2010 04:08:15 +0000 (15:08 +1100)
committerAndrew Tridgell <tridge@samba.org>
Wed, 1 Dec 2010 05:09:59 +0000 (16:09 +1100)
wintest/test-s4-howto.py

index 99e11d779cf9c2f0bd06dee748b38738f7b66bde..d653d5fdcb4d05f215da84cacbaee9082d88cdaf 100755 (executable)
@@ -64,7 +64,7 @@ def start_s4(t):
     t.port_wait("${INTERFACE_IP}", 139)
 
 def stop_vms(t):
-    '''Shut down any existing alive VMs, so they don't collide with what we are doing'''
+    '''Shut down any existing alive VMs, so they do not collide with what we are doing'''
     t.info('Shutting down any of our VMs already running')
     vms = t.get_vms()
     for v in vms: