diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2016-12-07 14:24:08 +0300 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2016-12-07 11:28:59 +0000 |
commit | 1d74d19a76f203ca33956e564b916704e17af4f7 (patch) | |
tree | fc4532a6a10febf40d8c1e0c941ef05cbca6850f /include/xmlscript/xmlmod_imexp.hxx | |
parent | d1a9c73ea16f5b4838f639ce2bb2226d9b9b334a (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/xmlmod_imexp.hxx')
-rw-r--r-- | include/xmlscript/xmlmod_imexp.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |