diff --git a/src/Symfony/Component/HttpFoundation/Response.php b/src/Symfony/Component/HttpFoundation/Response.php index 0c4e62b4eb..5d443ef488 100644 --- a/src/Symfony/Component/HttpFoundation/Response.php +++ b/src/Symfony/Component/HttpFoundation/Response.php @@ -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. *