]> git.ipfire.org Git - thirdparty/libnl.git/commitdiff
Fix typo in still unused function that generate colored message
authorКоренберг Марк (ноутбук дома) <socketpair@gmail.com>
Mon, 4 Jun 2012 16:52:02 +0000 (22:52 +0600)
committerКоренберг Марк (ноутбук дома) <socketpair@gmail.com>
Fri, 8 Jun 2012 16:26:35 +0000 (22:26 +0600)
python/netlink/util.py

index 01db22458a0b30cec0ec68d337298bd492f986c8..191c531a22d210547a92a0b5efc2e84f44304ae5 100644 (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):