merged branch jmikola/patch-2 (PR #4728)

Commits
-------

0fe56e6 [Config] Fix comment typo

Discussion
----------

[Config] Fix comment typo
This commit is contained in:
Fabien Potencier 2012-07-03 17:43:58 +02:00
commit 4bb1431720

View File

@ -344,7 +344,7 @@ class ArrayNodeDefinition extends NodeDefinition implements ParentNodeDefinition
}
/**
* Validate the confifuration of a concrete node.
* Validate the configuration of a concrete node.
*
* @param NodeInterface $node The related node
*