Fix typo in still unused function that generate colored message

This commit is contained in:
Коренберг Марк (ноутбук дома) 2012-06-04 22:52:02 +06:00
parent 1e75bd006b
commit f55ea7ff9d

View file

@ -32,7 +32,7 @@ def yellow(t):
def blue(t):
return _color(t, 34)
def mangenta(t):
def magenta(t):
return _color(t, 35)
def cyan(t):