summaryrefslogtreecommitdiff
path: root/sax/source/expatwrap
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-10-02 14:23:23 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-10-02 14:49:10 +0100
commit5717312686aeeeabdf09635cf44d5c46a023c8bd (patch)
treec9cb63601f260c5184b808daef371d68bed8c5aa /sax/source/expatwrap
parent9e8701c71186c5357dddf8e38763426fc183b08e (diff)
consistent capitalization in both exceptions
Change-Id: I495a92c24847de265f04abb3670532270b5d6034
Diffstat (limited to 'sax/source/expatwrap')
-rw-r--r--sax/source/expatwrap/saxwriter.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sax/source/expatwrap/saxwriter.cxx b/sax/source/expatwrap/saxwriter.cxx
index 04092401d6a2..819c06bfebd9 100644
--- a/sax/source/expatwrap/saxwriter.cxx
+++ b/sax/source/expatwrap/saxwriter.cxx
@@ -197,7 +197,7 @@ inline sal_uInt32 SaxWriterHelper::writeSequence() throw( SAXException )
Any a;
a <<= e;
throw SAXException(
- "io exception during writing",
+ "IO exception during writing",
Reference< XInterface > (),
a );
}