# HG changeset patch # User Ben Croston # Date 1313428382 -3600 # Node ID e6ea86e3d0e12201b47337230918a29634510dbc # Parent a298ab7a36a873f5794bd8540631c849a8270c14 Fixed typo diff -r a298ab7a36a8 -r e6ea86e3d0e1 zebra.py --- 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 = []