From 435f5e30c968ffd5761873f8b3f756949545ce72 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Mon, 15 Apr 2013 05:10:29 +0200 Subject: fdo#60724 correct spelling Change-Id: I7318a9f4f3410edf4dbe67bf08f31682fcb4edc7 --- cppu/source/typelib/typelib.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cppu/source') diff --git a/cppu/source/typelib/typelib.cxx b/cppu/source/typelib/typelib.cxx index d17299aba5af..6fcda8a9a864 100644 --- a/cppu/source/typelib/typelib.cxx +++ b/cppu/source/typelib/typelib.cxx @@ -1957,7 +1957,7 @@ extern "C" sal_Int32 SAL_CALL typelib_typedescription_getAlignedUnoSize( case typelib_TypeClass_SERVICE: case typelib_TypeClass_MODULE: default: - OSL_FAIL( "not convertable type" ); + OSL_FAIL( "not convertible type" ); }; } -- cgit