From: Коренберг Марк (ноутбук дома) Date: Mon, 4 Jun 2012 16:52:02 +0000 (+0600) Subject: Fix typo in still unused function that generate colored message X-Git-Tag: libnl3_2_11~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f55ea7ff9d318be938be3f3ae4f331ba5c7dc150;p=thirdparty%2Flibnl.git Fix typo in still unused function that generate colored message --- diff --git a/python/netlink/util.py b/python/netlink/util.py index 01db224..191c531 100644 --- a/python/netlink/util.py +++ b/python/netlink/util.py @@ -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):