typo: excption -> exception

This commit is contained in:
Thomas Arnhold 2014-04-10 10:21:57 +02:00
parent c017c66491
commit 2d4afd15f0
2 changed files with 2 additions and 2 deletions

View File

@ -126,7 +126,7 @@ public class _XDocumentInsertable extends MultiMethodTest {
* A Second test uses an invalid URL and checks for correct exceptions.
*
* Has <b> OK </b> status if at first insertion was completed successfully
* and no exceptions were thrown and as second a expected excption was thrown. <p>
* and no exceptions were thrown and as second a expected exception was thrown. <p>
*/
public void _insertDocumentFromURL() {
boolean result = true ;

View File

@ -236,7 +236,7 @@ sal_Int32 SAL_CALL AccessiblePageShape::getBackground (void)
}
catch (const ::com::sun::star::beans::UnknownPropertyException&)
{
OSL_TRACE ("caught excption due to unknown property");
OSL_TRACE ("caught exception due to unknown property");
// Ignore exception and return default color.
}
return nColor;