changeset 14:e6ea86e3d0e1

Fixed typo
author Ben Croston <ben@fuzzyduckbrewery.co.uk>
date Mon, 15 Aug 2011 18:13:02 +0100
parents a298ab7a36a8
children cc41931a7ded
files zebra.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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 = []