aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2014-05-09 15:45:08 -0700
committerBoris Kolpackov <boris@codesynthesis.com>2014-05-09 15:45:08 -0700
commit850aca7f66a32f3301795c207926beef5165c45a (patch)
treecf92f9388b987c75464cb56aab6fdc28c67b1333
parent5aaab6ebbfbe97135550b5820ad6e78d13cdb811 (diff)
Cosmetic changes
-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