From fcdfd309345afaf88fac587e837e51e741c60400 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 14 Jun 2022 11:58:18 +0200 Subject: Fix typo Change-Id: I7ff6efac1edd171f65ebd901d8f03f38364496b8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135927 Tested-by: Jenkins Reviewed-by: Julien Nabet --- offapi/com/sun/star/ucb/MissingPropertiesException.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'offapi/com/sun/star/ucb') diff --git a/offapi/com/sun/star/ucb/MissingPropertiesException.idl b/offapi/com/sun/star/ucb/MissingPropertiesException.idl index a4f55c1903b0..a56193d407da 100644 --- a/offapi/com/sun/star/ucb/MissingPropertiesException.idl +++ b/offapi/com/sun/star/ucb/MissingPropertiesException.idl @@ -22,7 +22,7 @@ module com { module sun { module star { module ucb { /** This exception is used to indicate that there are properties missing. -

For example, to create a new resource, usually one ore more property +

For example, to create a new resource, usually one or more property values must be set prior to executing the command "insert", which makes the new resource persistent. -- cgit