File: pod-spelling.patch

package info (click to toggle)
libapp-cell-perl 0.222-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 452 kB
  • sloc: perl: 2,168; makefile: 11
file content (26 lines) | stat: -rw-r--r-- 1,206 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Description: small spelling fixes in POD
 paramters -> parameters, overriden -> overridden
Author: Damyan Ivanov <dmn@debian.org>
Forwarded: https://github.com/smithfarm/cell/pull/8
Bug: https://github.com/smithfarm/cell/pull/8

--- a/lib/App/CELL/Guide.pm
+++ b/lib/App/CELL/Guide.pm
@@ -244,7 +244,7 @@ the sitedir for files matching this desc
 
 =head4 Core parameters
 
-As in Request Tracker, C<core> paramters have immutable values and are
+As in Request Tracker, C<core> parameters have immutable values and are
 intended to be used as "factory defaults", set by the developer, that the
 site administrator can override by setting site parameters. If the
 application is called FooApp, its core configuration settings could be
@@ -756,7 +756,7 @@ starting with C<CELL_>.
 
 =head2 Mutable and immutable parameters
 
-It is important to realize that, although core parameters can be overriden
+It is important to realize that, although core parameters can be overridden
 by site parameters, internally the values of both are immutable. Although
 it is possible to change them by cheating, the 'set' method of C<$core> and
 C<$site> will refuse to change the value of an existing core/site parameter.