summaryrefslogtreecommitdiff
path: root/zen/xml_io.h
diff options
context:
space:
mode:
Diffstat (limited to 'zen/xml_io.h')
-rwxr-xr-xzen/xml_io.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zen/xml_io.h b/zen/xml_io.h
index a53a7edb..81b45aa1 100755
--- a/zen/xml_io.h
+++ b/zen/xml_io.h
@@ -11,7 +11,7 @@
#include "file_error.h"
-//combine zen::Xml and zen file i/o
+//combine zen::Xml and zen file I/O
//-> loadXmlDocument vs loadStream:
//1. better error reporting
//2. quick exit if (potentially large) input file is not an XML
bgstack15