Skip to content

Commit

Permalink
Typo typo
Browse files Browse the repository at this point in the history
  • Loading branch information
James Watts committed Feb 2, 2015
1 parent 3b8114c commit 970cb81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Network/CakeResponse.php
Expand Up @@ -1138,7 +1138,7 @@ public function length($bytes = null) {
/**
* Checks whether a response has not been modified according to the 'If-None-Match'
* (Etags) and 'If-Modified-Since' (last modification date) request
* headers headers. If the response is detected to be not modified, it
* headers. If the response is detected to be not modified, it
* is marked as so accordingly so the client can be informed of that.
*
* In order to mark a response as not modified, you need to set at least
Expand Down

0 comments on commit 970cb81

Please sign in to comment.