Fixing type-o with the spelling of "Symfony".

Signed-off-by: Ben Corlett <bencorlett@me.com>
This commit is contained in:
Ben Corlett 2012-05-17 13:02:57 +10:00
parent 056e547855
commit 33fdcb4ae7
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
| |
| Output buffering allows us to capture all output at any time, so that we | Output buffering allows us to capture all output at any time, so that we
| can discard it or treat it accordingly. An example of this is if you have | can discard it or treat it accordingly. An example of this is if you have
| echoed a string, but want to return a Redirect object. Because Symphony | echoed a string, but want to return a Redirect object. Because Symfony
| only checks if headers have been sent, your redirect just silently fails. | only checks if headers have been sent, your redirect just silently fails.
| |
*/ */