summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/odf.cpp
diff options
context:
space:
mode:
authorYuri Chornoivan <yurchor@ukr.net>2019-07-01 23:35:16 +0000
committerPatrick Storz <eduard.braun2@gmx.de>2019-07-01 23:35:16 +0000
commit7f3aa2882be5547d5308870bced554502ca4421c (patch)
tree4c6b44f441fa20ac0d409c4c98c160fcaefc00c6 /src/extension/internal/odf.cpp
parentBasque translation update (diff)
downloadinkscape-7f3aa2882be5547d5308870bced554502ca4421c.tar.gz
inkscape-7f3aa2882be5547d5308870bced554502ca4421c.zip
Fix various minor typos
Diffstat (limited to 'src/extension/internal/odf.cpp')
-rw-r--r--src/extension/internal/odf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/internal/odf.cpp b/src/extension/internal/odf.cpp
index 6debd3f28..d61dc56c5 100644
--- a/src/extension/internal/odf.cpp
+++ b/src/extension/internal/odf.cpp
@@ -1087,7 +1087,7 @@ bool OdfOutput::writeManifest(ZipFile &zf)
{
Glib::ustring newName = iter->second;
- // note: mime subtype was added as file extenion in OdfOutput::preprocess
+ // note: mime subtype was added as file extension in OdfOutput::preprocess
Glib::ustring mimesubtype = Inkscape::IO::get_file_extension(newName);
outs.printf(" <manifest:file-entry manifest:media-type=\"");