Skip to content

Commit

Permalink
Merge branch 'public-develop' into develop
Browse files Browse the repository at this point in the history
* public-develop:
  Fixing some typos. Also, FIRST!
  Fix spelling error in comment: s/magneto/Magento
  • Loading branch information
Max Y committed Dec 22, 2014
2 parents 3bca5f4 + 245e633 commit cd349fb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/code/Magento/Widget/Model/Config/Converter.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public function convert($source)
}

/**
* Convert dom Container node to magneto array
* Convert dom Container node to Magento array
*
* @param \DOMNode $source
* @return array
Expand Down Expand Up @@ -240,7 +240,7 @@ protected function _convertDepends($source)
}

/**
* Convert dom Renderer node to magneto array
* Convert dom Renderer node to Magento array
*
* @param \DOMNode $source
* @return array
Expand All @@ -265,7 +265,7 @@ protected function _convertBlock($source)
}

/**
* Convert dom Data node to magneto array
* Convert dom Data node to Magento array
*
* @param \DOMElement $source
* @return array
Expand All @@ -289,7 +289,7 @@ protected function _convertData($source)
}

/**
* Convert dom Option node to magneto array
* Convert dom Option node to Magento array
*
* @param \DOMNode $source
* @return array
Expand Down

0 comments on commit cd349fb

Please sign in to comment.