[Libreoffice-commits] core.git: udkapi/com
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Wed Dec 26 08:07:45 UTC 2018
udkapi/com/sun/star/beans/XExactName.idl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 4f17ef6699fd290ff6429f16dee23315d64b672f
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sat Dec 22 13:02:32 2018 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed Dec 26 09:07:24 2018 +0100
Fix typo
Change-Id: I11a6a967741dcaa80ec30a92fc3908c77844d5c1
Reviewed-on: https://gerrit.libreoffice.org/65615
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/udkapi/com/sun/star/beans/XExactName.idl b/udkapi/com/sun/star/beans/XExactName.idl
index 31cd88f9df93..6ed99ca6ec9a 100644
--- a/udkapi/com/sun/star/beans/XExactName.idl
+++ b/udkapi/com/sun/star/beans/XExactName.idl
@@ -47,7 +47,7 @@ published interface XExactName: com::sun::star::uno::XInterface
the exact name for a given aprroximate name.
<p>For example "getExactName" could be returned for "GETEXACTNAME"
- when "GETEXACTNAME" was used by a case insesitive scripting language. </p>
+ when "GETEXACTNAME" was used by a case insensitive scripting language. </p>
*/
string getExactName( [in] string aApproximateName );
More information about the Libreoffice-commits
mailing list