From 6839f0c4504b243f4c868b31c6b189daba370f6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Lorenzo=20Rodr=C3=ADguez?= Date: Fri, 13 Jan 2012 10:18:24 -0530 Subject: [PATCH] Fixing typo in docblock --- lib/Cake/Network/CakeResponse.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cake/Network/CakeResponse.php b/lib/Cake/Network/CakeResponse.php index 0aa953fa0..1f1731b00 100644 --- a/lib/Cake/Network/CakeResponse.php +++ b/lib/Cake/Network/CakeResponse.php @@ -902,7 +902,7 @@ class CakeResponse { /** * Sets the response Etag, Etags are a strong indicative that a response * can be cached by a HTTP client. A bad way of generaing Etags is - * creating a hash of teh response output, instead generate a unique + * creating a hash of the response output, instead generate a unique * hash of the unique components that identifies a request, such as a * modification time, a resource Id, and anything else you consider it * makes it unique.