From b84999ac3384aa862c4591c2ab31dcaedeca6cb5 Mon Sep 17 00:00:00 2001 From: Pascal Borreli Date: Tue, 1 Mar 2011 18:48:35 +0100 Subject: [PATCH] [DependencyInjection] Fixed Typo --- .../Compiler/ResolveInvalidReferencesPass.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/DependencyInjection/Compiler/ResolveInvalidReferencesPass.php b/src/Symfony/Component/DependencyInjection/Compiler/ResolveInvalidReferencesPass.php index daa6357ec3..04d23e709b 100644 --- a/src/Symfony/Component/DependencyInjection/Compiler/ResolveInvalidReferencesPass.php +++ b/src/Symfony/Component/DependencyInjection/Compiler/ResolveInvalidReferencesPass.php @@ -76,7 +76,7 @@ class ResolveInvalidReferencesPass implements CompilerPassInterface } /** - * Processes arguments to determin invalid references. + * Processes arguments to determine invalid references. * * @param array $arguments An array of Reference objects * @param boolean $inMethodCall