Skip to content

Commit f3d831d

Browse files
committed
Fix typos
1 parent e0f3252 commit f3d831d

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/MediaGalleryMetadata/Model/Png/Segment

1 file changed

+1
-1
lines changed

app/code/Magento/MediaGalleryMetadata/Model/Png/Segment/WriteIptc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ private function insertPngIptcSegment(array $segments, SegmentInterface $iptcSeg
100100

101101
return array_merge(
102102
array_slice($segments, 0, $iendSegmentIndex),
103-
[$xmpSegment],
103+
[$iptcSegment],
104104
array_slice($segments, $iendSegmentIndex)
105105
);
106106
}

0 commit comments

Comments
 (0)