summaryrefslogtreecommitdiff
path: root/shell/inc
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-27 19:19:56 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-07-28 11:18:25 +0200
commit86900bd5e24e64e2d517c9c4229554a76ec4470c (patch)
tree766998abb29a628612ebec13c2da19479478cc6c /shell/inc
parent486f997d257533b889bd5af4c85eb1e2f4c9c152 (diff)
Fix typos
Change-Id: I1b3f858cf56f93fc72f1508322c00647e12a4c43 Reviewed-on: https://gerrit.libreoffice.org/76481 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
Diffstat (limited to 'shell/inc')
-rw-r--r--shell/inc/xml_parser.hxx2
-rw-r--r--shell/inc/zipfile.hxx4
2 files changed, 3 insertions, 3 deletions
diff --git a/shell/inc/xml_parser.hxx b/shell/inc/xml_parser.hxx
index 859d07fd050e..8dc3a62bc37e 100644
--- a/shell/inc/xml_parser.hxx
+++ b/shell/inc/xml_parser.hxx
@@ -82,7 +82,7 @@ public:
no longer exist.
@param SaxDocumentHandler
- The new document handler, may be null if not interessted in
+ The new document handler, may be null if not interested in
sax parser events.
@postcond currently used document handler == pSaxDocumentHandler */
diff --git a/shell/inc/zipfile.hxx b/shell/inc/zipfile.hxx
index 753c4e3cd824..1b4a2770628b 100644
--- a/shell/inc/zipfile.hxx
+++ b/shell/inc/zipfile.hxx
@@ -115,7 +115,7 @@ public:
@throws std::bad_alloc if the necessary buffer could not be
allocated
- ZipException if an zip error occurs
+ ZipException if a zip error occurs
ZipContentMissException if the specified zip content
does not exist in this zip file
*/
@@ -138,7 +138,7 @@ private:
/** Returns the length of the longest file name
in the current zip file
- @throws ZipException if an zip error occurs
+ @throws ZipException if a zip error occurs
*/
long GetFileLongestFileNameLength() const;