diff options
| author | Yuri Chornoivan <yurchor@ukr.net> | 2019-07-01 23:35:16 +0000 |
|---|---|---|
| committer | Patrick Storz <eduard.braun2@gmx.de> | 2019-07-01 23:35:16 +0000 |
| commit | 7f3aa2882be5547d5308870bced554502ca4421c (patch) | |
| tree | 4c6b44f441fa20ac0d409c4c98c160fcaefc00c6 /src/extension/internal/odf.cpp | |
| parent | Basque translation update (diff) | |
| download | inkscape-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.cpp | 2 |
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=\""); |
