Skip to content

Commit 7feaddd

Browse files
committed
Merge pull request symfony#3074 from pborreli/typo-22
[2.2] Fixed typo
2 parents a437074 + 21a1f60 commit 7feaddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/class_loader/cache_class_loader.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Introduction
1313

1414
Finding the file for a particular class can be an expensive task. Luckily,
1515
the Class Loader Component comes with two classes to cache the mapping
16-
from a class to its containing file. Both the :class:`Symfonfy\\Component\\ClassLoader\\ApcClassLoader`
16+
from a class to its containing file. Both the :class:`Symfony\\Component\\ClassLoader\\ApcClassLoader`
1717
and the :class:`Symfony\\Component\\ClassLoader\\XcacheClassLoader` wrap
1818
around an object which implements a ``findFile()`` method to find the file
1919
for a class.

0 commit comments

Comments
 (0)