summaryrefslogtreecommitdiff
path: root/oox/source/export/preset-definitions-to-shape-types.pl
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/export/preset-definitions-to-shape-types.pl')
-rw-r--r--oox/source/export/preset-definitions-to-shape-types.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/export/preset-definitions-to-shape-types.pl b/oox/source/export/preset-definitions-to-shape-types.pl
index c185a07cdce3..be53eb88d756 100644
--- a/oox/source/export/preset-definitions-to-shape-types.pl
+++ b/oox/source/export/preset-definitions-to-shape-types.pl
@@ -853,7 +853,7 @@ sub start_element( $% )
$path .= "x";
}
elsif ( $element eq "pt" ) {
- # rememeber the last position for the arcTo
+ # remember the last position for the arcTo
$last_pos_x = value( $attr{'x'} );
$last_pos_y = value( $attr{'y'} );