merged branch msabramo/patch-1 (PR #3988)

Commits
-------

1863b28 Fix typo: Resonse -> Response

Discussion
----------

Fix typo: Resonse -> Response
This commit is contained in:
Fabien Potencier 2012-04-19 09:03:04 +02:00
commit cc0e293bde

View File

@ -166,7 +166,7 @@ class Response
/**
* Returns the Response as an HTTP string.
*
* The string representation of the Resonse is the same as the
* The string representation of the Response is the same as the
* one that will be sent to the client only if the prepare() method
* has been called before.
*