From 72e9a1fd938a8f82d7bf0f38e7b5285ffe09e4ab Mon Sep 17 00:00:00 2001 From: david Date: Thu, 26 Mar 2009 01:57:57 +0000 Subject: [PATCH] Adjust capitalization of "ndiff" to "Ndiff" in a couple of comments. --- ndiff/ndiff | 2 +- ndiff/ndifftest.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ndiff/ndiff b/ndiff/ndiff index c936e0367..85323fcd5 100755 --- a/ndiff/ndiff +++ b/ndiff/ndiff @@ -1,6 +1,6 @@ #!/usr/bin/env python -# ndiff +# Ndiff # # This programs reads two Nmap XML files and displays a list of their # differences. diff --git a/ndiff/ndifftest.py b/ndiff/ndifftest.py index 8b6bd7ac7..6af98be93 100755 --- a/ndiff/ndifftest.py +++ b/ndiff/ndifftest.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Unit tests for ndiff. +# Unit tests for Ndiff. import unittest import xml.dom.minidom