summaryrefslogtreecommitdiff
path: root/cppu/source/uno/copy.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppu/source/uno/copy.hxx')
-rw-r--r--cppu/source/uno/copy.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppu/source/uno/copy.hxx b/cppu/source/uno/copy.hxx
index 5f5b13878c9f..f1ec222e4e2d 100644
--- a/cppu/source/uno/copy.hxx
+++ b/cppu/source/uno/copy.hxx
@@ -498,7 +498,7 @@ inline uno_Sequence * icopyConstructSequence(
break;
}
default:
- OSL_FAIL( "### unexepcted sequence element type!" );
+ OSL_FAIL( "### unexpected sequence element type!" );
pDest = nullptr;
break;
}