summaryrefslogtreecommitdiff
path: root/oox/source/drawingml/misccontexts.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/drawingml/misccontexts.cxx')
-rw-r--r--oox/source/drawingml/misccontexts.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/drawingml/misccontexts.cxx b/oox/source/drawingml/misccontexts.cxx
index 93d2c8ee411b..6c05654e5d14 100644
--- a/oox/source/drawingml/misccontexts.cxx
+++ b/oox/source/drawingml/misccontexts.cxx
@@ -630,7 +630,7 @@ ContextHandlerRef BlipExtensionContext::onCreateContext(sal_Int32 nElement, cons
// Read the graphic from the fragment path
auto xGraphic = getFilter().getGraphicHelper().importEmbeddedGraphic(aFragmentPath);
- // Overwrite the fill graphic with the one contining SVG
+ // Overwrite the fill graphic with the one containing SVG
mrBlipProps.mxFillGraphic = xGraphic;
if (mpBlipFill)
mpBlipFill->mxGraphic = xGraphic;