summaryrefslogtreecommitdiff
path: root/idl/source/objects
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-05-08 12:14:50 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-05-08 14:48:22 +0100
commit6cf148baf9e0b98ce99ea75ba328b350c876842d (patch)
tree45ee79a4e56fd1073c8fc8f75d16e77a11d24a33 /idl/source/objects
parentbf30c8b16d9ac9304a49020ec2d4f744d90abe26 (diff)
translate to English
Change-Id: Ieb7ee3f8eb192612e76d5ad928389445e82ef90e
Diffstat (limited to 'idl/source/objects')
-rw-r--r--idl/source/objects/object.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/idl/source/objects/object.cxx b/idl/source/objects/object.cxx
index 81716c2fa1ac..fa3224f5dfc8 100644
--- a/idl/source/objects/object.cxx
+++ b/idl/source/objects/object.cxx
@@ -324,7 +324,7 @@ bool SvMetaClass::TestAttribute( SvIdlDataBase & rBase, SvTokenStream & rInStm,
// values have to match
if( pS->GetSlotId().GetValue() != rAttr.GetSlotId().GetValue() )
{
- OSL_FAIL( "Gleicher Name in MetaClass : " );
+ OSL_FAIL( "Same Name in MetaClass : " );
OSL_FAIL( pS->GetName().getString().getStr() );
OSL_FAIL( pS->GetSlotId().getString().getStr() );
OSL_FAIL( rAttr.GetSlotId().getString().getStr() );