diff zebra.py @ 14:e6ea86e3d0e1

Fixed typo
author Ben Croston <ben@fuzzyduckbrewery.co.uk>
date Mon, 15 Aug 2011 18:13:02 +0100
parents 6a1963ee4aff
children a9dacd180597
line wrap: on
line diff
--- a/zebra.py	Mon Aug 15 01:09:28 2011 +0100
+++ b/zebra.py	Mon Aug 15 18:13:02 2011 +0100
@@ -55,7 +55,7 @@
         if IS_WINDOWS:
             self._output_win(commands)
         else:
-            self._output_unix(commmands)
+            self._output_unix(commands)
 
     def _getqueues_unix(self):
         queues = []