summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/common
diff options
context:
space:
mode:
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):