diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-02 09:34:30 +0100 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2017-03-02 10:40:27 +0000 |
commit | d0f99b1b39027bcf0fae1b130b60a4c837e854d8 (patch) | |
tree | d5ce59abdd55a8f0f077fd51f26b36bb0cb3918d /wizards | |
parent | 5e135c653bd5f3d7b12502d6c7b3cd897ba4b9f4 (diff) |
Fix typos
Change-Id: Ibc81246e615d7c68c93e01b84584e78a79bece16
Reviewed-on: https://gerrit.libreoffice.org/34779
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/com/sun/star/wizards/common/FileAccess.java | 2 | ||||
-rw-r--r-- | wizards/com/sun/star/wizards/common/FileAccess.py | 2 |
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. ''' |