1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Description: typo fix
Origin: vendor
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2016-12-23
Forwarded: https://github.com/PerlDancer/Dancer2/pull/1300
Bug: https://github.com/PerlDancer/Dancer2/pull/1300
--- a/lib/Dancer2/Core/Response.pm
+++ b/lib/Dancer2/Core/Response.pm
@@ -328,7 +328,7 @@
Encodes the stored content according to the stored L<content_type>. If the content_type
is a text format C<^text>, then no encoding will take place.
-Interally, it uses the L<is_encoded> flag to make sure that content is not encoded twice.
+Internally, it uses the L<is_encoded> flag to make sure that content is not encoded twice.
If it encodes the content, then it will return the encoded content. In all other
cases it returns C<false>.
|