Skip to content

Commit 4d70d26

Browse files
committed
Fix typo
1 parent b217774 commit 4d70d26

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Developer/Model/XmlCatalog/Format

1 file changed

+1
-1
lines changed

app/code/Magento/Developer/Model/XmlCatalog/Format/VsCode.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ public function generateCatalog(array $dictionary, $configFile): void
117117
*/
118118
private function initEmptyFile(\DOMDocument $dom): \DOMElement
119119
{
120-
$copyrigthComment = $dom->createComment('
120+
$copyrightComment = $dom->createComment('
121121
/**
122122
* Copyright © Magento, Inc. All rights reserved.
123123
* See COPYING.txt for license details.

0 commit comments

Comments
 (0)