1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-09 14:11:29 +00:00

Comment typo.

This commit is contained in:
david
2011-06-14 19:46:43 +00:00
parent 8a561e9ae3
commit d42ef0edbc

2
xml.cc
View File

@@ -131,7 +131,7 @@ Additional functions are
xml_write_raw Raw unescaped output. xml_write_raw Raw unescaped output.
xml_write_escaped XML-escaped output. xml_write_escaped XML-escaped output.
xml_write_escaped_v XML_escaped output, with a va_list. xml_write_escaped_v XML-escaped output, with a va_list.
xml_start_document Writes <?xml version="1.0"?>. xml_start_document Writes <?xml version="1.0"?>.
xml_depth Returns the size of the element stack. xml_depth Returns the size of the element stack.