From 5767cb0eaf9ac69ccc0bfb8944cbf931a1f80728 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 14 Nov 2023 06:08:18 +0100 Subject: Fix typo Change-Id: Id3be5eb786bfa245155fef17e819a72dee322e18 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159397 Tested-by: Jenkins Reviewed-by: Taichi Haradaguchi <20001722@ymail.ne.jp> --- offapi/com/sun/star/util/SearchDescriptor.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'offapi') diff --git a/offapi/com/sun/star/util/SearchDescriptor.idl b/offapi/com/sun/star/util/SearchDescriptor.idl index c70b81fcdcbd..042d64db2146 100644 --- a/offapi/com/sun/star/util/SearchDescriptor.idl +++ b/offapi/com/sun/star/util/SearchDescriptor.idl @@ -123,7 +123,7 @@ published service SearchDescriptor */ [optional, property] boolean SearchWildcard; - /** Specifices the character used to escape special characters in wildcards. + /** Specifies the character used to escape special characters in wildcards. @since LibreOffice 24.2 */ -- cgit