From c36651bb6e0f27ed48e6247362f2aa412d71d3e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kim=20Hems=C3=B8=20Rasmussen?= Date: Mon, 9 Apr 2012 10:21:42 +0200 Subject: [PATCH] Fixed spelling error --- src/Symfony/Component/ClassLoader/XcacheClassLoader.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/ClassLoader/XcacheClassLoader.php b/src/Symfony/Component/ClassLoader/XcacheClassLoader.php index b0f6918d2d..2eaaba202f 100644 --- a/src/Symfony/Component/ClassLoader/XcacheClassLoader.php +++ b/src/Symfony/Component/ClassLoader/XcacheClassLoader.php @@ -15,7 +15,7 @@ namespace Symfony\Component\ClassLoader; * XcacheClassLoader implements a wrapping autoloader cached in Xcache for PHP 5.3. * * It expects an object implementing a findFile method to find the file. This - * allow using it as a wrapper around the other loaders of the component (the + * allows using it as a wrapper around the other loaders of the component (the * ClassLoader and the UniversalClassLoader for instance) but also around any * other autoloader following this convention (the Composer one for instance) *