summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
Diffstat (limited to 'wizards')
-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 7defff59cc04..2d034976a5b2 100644
--- a/wizards/com/sun/star/wizards/common/FileAccess.java
+++ b/wizards/com/sun/star/wizards/common/FileAccess.java
@@ -45,7 +45,7 @@ import com.sun.star.document.XDocumentProperties;
* 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
+ * overhead of querying for those interfaces, and delivers
* convenience methods for using them.
* These Convenince methods include mainly Exception-handling.
*/
diff --git a/wizards/com/sun/star/wizards/common/FileAccess.py b/wizards/com/sun/star/wizards/common/FileAccess.py
index a9d693a37ddd..7c7b085a0fa1 100644
--- a/wizards/com/sun/star/wizards/common/FileAccess.py
+++ b/wizards/com/sun/star/wizards/common/FileAccess.py
@@ -26,7 +26,7 @@ You can also instanciate the class, to encapsulate
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
+overhead of querying for those interfaces, and delivers
convenience methods for using them.
These Convenince methods include mainly Exception-handling.
'''