diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-06-23 12:47:20 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-06-26 08:59:38 +0200 |
commit | 3f3181522bd5fa7cd32dc81c624ef260b29cfc9c (patch) | |
tree | e9510f8b18c09ea62d1a369eeaa6eaf7b3390cc0 /udkapi/com | |
parent | 979c8c56b7d52fe9a5d4b1fbfdab0adaba04c470 (diff) |
s/catched/caught
Change-Id: I7ea6977a9749e86f8058b78cdb91cd2c62da8264
Reviewed-on: https://gerrit.libreoffice.org/39164
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'udkapi/com')
-rw-r--r-- | udkapi/com/sun/star/beans/TolerantPropertySetResultType.idl | 6 |
1 files changed, 3 insertions, 3 deletions
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 <p>For example if a com::sun::star::beans::UnknownPropertyException - was catched.</p> + was caught.</p> */ const short UNKNOWN_PROPERTY = 1; @@ -51,7 +51,7 @@ constants TolerantPropertySetResultType <p>For example if a com::sun::star::lang::IllegalArgumentException - was catched.</p> + was caught.</p> */ const short ILLEGAL_ARGUMENT = 2; @@ -59,7 +59,7 @@ constants TolerantPropertySetResultType <p>For example if a com::sun::star::beans::PropertyVetoException - was catched.</p> + was caught.</p> */ const short PROPERTY_VETO = 3; |