[Config] Fix comment typo

This commit is contained in:
Jeremy Mikola 2012-07-03 12:34:31 -03:00
parent 3ee1b383af
commit 0fe56e6012

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
*