From 5fa6a79864af82c9d60ddef0d618106a8214e431 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 16 Apr 2018 11:34:54 +0200 Subject: Fix typos Change-Id: If89ec640901253121529c09aef4537c6b13cee1d Reviewed-on: https://gerrit.libreoffice.org/52280 Reviewed-by: Julien Nabet Tested-by: Jenkins --- wizards/com/sun/star/wizards/common/FileAccess.java | 2 +- wizards/com/sun/star/wizards/common/FileAccess.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'wizards/com/sun/star') diff --git a/wizards/com/sun/star/wizards/common/FileAccess.java b/wizards/com/sun/star/wizards/common/FileAccess.java index 0d775c6798bf..1dfb3c90d6b5 100644 --- a/wizards/com/sun/star/wizards/common/FileAccess.java +++ b/wizards/com/sun/star/wizards/common/FileAccess.java @@ -47,7 +47,7 @@ import com.sun.star.document.XDocumentProperties; * XFileIdentifierConverter, saves the permanent * overhead of querying for those interfaces, and delivers * convenience methods for using them. - * These Convenince methods include mainly Exception-handling. + * These Convenience methods include mainly Exception-handling. */ public class FileAccess { diff --git a/wizards/com/sun/star/wizards/common/FileAccess.py b/wizards/com/sun/star/wizards/common/FileAccess.py index dc49ab05e914..b05fcb2c4b21 100644 --- a/wizards/com/sun/star/wizards/common/FileAccess.py +++ b/wizards/com/sun/star/wizards/common/FileAccess.py @@ -28,7 +28,7 @@ keeps a reference to an XSimpleFileAccess and an XFileIdentifierConverter, saves the permanent overhead of querying for those interfaces, and delivers convenience methods for using them. -These Convenince methods include mainly Exception-handling. +These Convenience methods include mainly Exception-handling. ''' class FileAccess(object): -- cgit v1.2.3