File: spelling.patch

package info (click to toggle)
libdancer2-perl 0.204002%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,384 kB
  • ctags: 660
  • sloc: perl: 8,047; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 758 bytes parent folder | download
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>.