aboutsummaryrefslogtreecommitdiff
path: root/xml/serializer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xml/serializer.hxx')
-rw-r--r--xml/serializer.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xml/serializer.hxx b/xml/serializer.hxx
index 25f1672..376eeb1 100644
--- a/xml/serializer.hxx
+++ b/xml/serializer.hxx
@@ -46,7 +46,7 @@ namespace xml
void
init ();
- private:
+ private:
std::string name_;
std::string description_;
std::string what_;
@@ -186,7 +186,7 @@ namespace xml
void
namespace_decl (const std::string& ns, const std::string& prefix);
- // XML Declaration. If encoding or standalone are not specified,
+ // XML declaration. If encoding or standalone are not specified,
// then these attributes are omitted from the output.
//
void