typo: decription -> description

This commit is contained in:
Thomas Arnhold 2014-03-29 18:28:02 +01:00
parent b4b180db13
commit dc8f33ba5d
2 changed files with 2 additions and 8 deletions

View File

@ -38,7 +38,7 @@ namespace comphelper
OUString* pNames = aNames.getArray();
for(sal_Int32 i=0;i<pType->nMembers;i++,++pNames)
{
// the decription reference
// the description reference
typelib_TypeDescriptionReference* pMemberDescriptionReference = pType->ppMembers[i];
// the description for the reference
typelib_TypeDescription* pMemberDescription = NULL;
@ -56,10 +56,4 @@ namespace comphelper
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@ -26,7 +26,7 @@
module com { module sun { module star { module uno {
/** must be implemented by anyone who holds the adapter on the client side.@see XWeak
for decription af concepts.
for description af concepts.
*/
published interface XReference: com::sun::star::uno::XInterface
{