From 7ddf10f388be76370bab7f68bf94fa254a18ba59 Mon Sep 17 00:00:00 2001 From: david Date: Thu, 28 Apr 2011 02:13:19 +0000 Subject: [PATCH] Capitalization. --- ndiff/ndiff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ndiff/ndiff b/ndiff/ndiff index 0891505f0..b9a0dbebf 100755 --- a/ndiff/ndiff +++ b/ndiff/ndiff @@ -227,7 +227,7 @@ class Address(object): return frag # The sort_key method in the Address subclasses determines the order in which -# addresses are displayed. We do IPv4, then IPV6, then MAC. +# addresses are displayed. We do IPv4, then IPv6, then MAC. class IPv4Address(Address): type = property(lambda self: u"ipv4")