summaryrefslogtreecommitdiff
path: root/include/xmlscript
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2016-12-07 14:24:08 +0300
committerMike Kaganski <mike.kaganski@collabora.com>2016-12-07 11:28:59 +0000
commit1d74d19a76f203ca33956e564b916704e17af4f7 (patch)
treefc4532a6a10febf40d8c1e0c941ef05cbca6850f /include/xmlscript
parentd1a9c73ea16f5b4838f639ce2bb2226d9b9b334a (diff)
Monkey business: Fix typo in comments: et -> ed :)
Change-Id: I91440e8582108b9121ac6525c8ac88ad6f218a60 Reviewed-on: https://gerrit.libreoffice.org/31721 Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com> Tested-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'include/xmlscript')
-rw-r--r--include/xmlscript/xmllib_imexp.hxx2
-rw-r--r--include/xmlscript/xmlmod_imexp.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/xmlscript/xmllib_imexp.hxx b/include/xmlscript/xmllib_imexp.hxx
index 387403b731f4..7c13f6a3d6e3 100644
--- a/include/xmlscript/xmllib_imexp.hxx
+++ b/include/xmlscript/xmllib_imexp.hxx
@@ -31,7 +31,7 @@ namespace xmlscript
// Library container export
// HACK C++ struct to transport info. Later the container
-// itself should do the export/import and use exportet XML
+// itself should do the export/import and use exported XML
// functionality from xmlscript
struct XMLSCRIPT_DLLPUBLIC LibDescriptor
{
diff --git a/include/xmlscript/xmlmod_imexp.hxx b/include/xmlscript/xmlmod_imexp.hxx
index 64aef4954329..41dd8a5ccaee 100644
--- a/include/xmlscript/xmlmod_imexp.hxx
+++ b/include/xmlscript/xmlmod_imexp.hxx
@@ -29,7 +29,7 @@ namespace xmlscript
// Script module import/export
// HACK C++ struct to transport info. Later the container
-// itself should do the export/import and use exportet XML
+// itself should do the export/import and use exported XML
// functionality from xmlscript
struct XMLSCRIPT_DLLPUBLIC ModuleDescriptor
{