summaryrefslogtreecommitdiff
path: root/binaryurp/source
diff options
context:
space:
mode:
Diffstat (limited to 'binaryurp/source')
-rw-r--r--binaryurp/source/reader.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/binaryurp/source/reader.cxx b/binaryurp/source/reader.cxx
index 6a5f6905e3e7..75c3a1f7d467 100644
--- a/binaryurp/source/reader.cxx
+++ b/binaryurp/source/reader.cxx
@@ -182,7 +182,7 @@ void Reader::readMessage(Unmarshal & unmarshal) {
oid = unmarshal.readOid();
if (oid.isEmpty()) {
throw css::io::IOException(
- "binaryurp::Unmarshal: emtpy OID");
+ "binaryurp::Unmarshal: empty OID");
}
lastOid_ = oid;
} else {