summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/common
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-04-16 11:34:54 +0200
committerJulien Nabet <serval2412@yahoo.fr>2018-04-17 15:15:10 +0200
commit5fa6a79864af82c9d60ddef0d618106a8214e431 (patch)
treed5f2266e62a832d3b801440ed6d2b597616f3e2f /wizards/com/sun/star/wizards/common
parentf462a76f2bbaaaaaa79bf935a51bdf8cead25dbb (diff)
Fix typos
Change-Id: If89ec640901253121529c09aef4537c6b13cee1d Reviewed-on: https://gerrit.libreoffice.org/52280 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'wizards/com/sun/star/wizards/common')
-rw-r--r--wizards/com/sun/star/wizards/common/FileAccess.java2
-rw-r--r--wizards/com/sun/star/wizards/common/FileAccess.py2
2 files changed, 2 insertions, 2 deletions
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):