mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Adjust capitalization of "ndiff" to "Ndiff" in a couple of comments.
This commit is contained in:
parent
aba2007634
commit
72e9a1fd93
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
# ndiff
|
||||
# Ndiff
|
||||
#
|
||||
# This programs reads two Nmap XML files and displays a list of their
|
||||
# differences.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
# Unit tests for ndiff.
|
||||
# Unit tests for Ndiff.
|
||||
|
||||
import unittest
|
||||
import xml.dom.minidom
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue