From 3f3181522bd5fa7cd32dc81c624ef260b29cfc9c Mon Sep 17 00:00:00 2001
From: Noel Grandin
Date: Fri, 23 Jun 2017 12:47:20 +0200
Subject: s/catched/caught
Change-Id: I7ea6977a9749e86f8058b78cdb91cd2c62da8264
Reviewed-on: https://gerrit.libreoffice.org/39164
Reviewed-by: Noel Grandin
Tested-by: Noel Grandin
---
udkapi/com/sun/star/beans/TolerantPropertySetResultType.idl | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
(limited to 'udkapi/com')
diff --git a/udkapi/com/sun/star/beans/TolerantPropertySetResultType.idl b/udkapi/com/sun/star/beans/TolerantPropertySetResultType.idl
index f5450887f3b2..f4cb92f4eb27 100644
--- a/udkapi/com/sun/star/beans/TolerantPropertySetResultType.idl
+++ b/udkapi/com/sun/star/beans/TolerantPropertySetResultType.idl
@@ -43,7 +43,7 @@ constants TolerantPropertySetResultType
For example if a
com::sun::star::beans::UnknownPropertyException
- was catched.
+ was caught.
*/
const short UNKNOWN_PROPERTY = 1;
@@ -51,7 +51,7 @@ constants TolerantPropertySetResultType
For example if a
com::sun::star::lang::IllegalArgumentException
- was catched.
+ was caught.
*/
const short ILLEGAL_ARGUMENT = 2;
@@ -59,7 +59,7 @@ constants TolerantPropertySetResultType
For example if a
com::sun::star::beans::PropertyVetoException
- was catched.
+ was caught.
*/
const short PROPERTY_VETO = 3;
--
cgit