Package: libconfig-std-perl / 0.903-1

spelling-error-in-manpage.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: Fix spelling error in manpage
Origin: vendor
Author: Salvatore Bonaccorso <carnil@debian.org>
Last-Update: 2017-10-07
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=123214
Bug: https://rt.cpan.org/Ticket/Display.html?id=123214

--- a/lib/Config/Std.pm
+++ b/lib/Config/Std.pm
@@ -747,7 +747,7 @@ C<S<["Moe\n(the bartender)", "Smithers\n
 
 =head2 Internal representation
 
-Each section label in a configuration file becomes a top-level hash key whe
+Each section label in a configuration file becomes a top-level hash key when
 the configuration file is read in. The corresponding value is a nested hash
 reference.