From 2af018e4dd99fccdc85a28b38ff924fb16a750cf Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Wed, 25 May 2016 11:44:22 +0200 Subject: Fix typos Change-Id: I860cc4aa04b4e5cd1437b2f24176ee2ccdec3266 Reviewed-on: https://gerrit.libreoffice.org/25420 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- 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') diff --git a/wizards/com/sun/star/wizards/common/FileAccess.java b/wizards/com/sun/star/wizards/common/FileAccess.java index 8f74c602a4bb..7defff59cc04 100644 --- a/wizards/com/sun/star/wizards/common/FileAccess.java +++ b/wizards/com/sun/star/wizards/common/FileAccess.java @@ -46,7 +46,7 @@ import com.sun.star.document.XDocumentProperties; * keeps a reference to an XSimpleFileAccess and an * XFileIdentifierConverter, saves the permanent * overhead of quering for those interfaces, and delivers - * conveneince methods for using them. + * convenience methods for using them. * These Convenince 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 a5e08b311cc5..a9d693a37ddd 100644 --- a/wizards/com/sun/star/wizards/common/FileAccess.py +++ b/wizards/com/sun/star/wizards/common/FileAccess.py @@ -27,7 +27,7 @@ some functionality of SimpleFileAccess. The instance keeps a reference to an XSimpleFileAccess and an XFileIdentifierConverter, saves the permanent overhead of quering for those interfaces, and delivers -conveneince methods for using them. +convenience methods for using them. These Convenince methods include mainly Exception-handling. ''' -- cgit