Package: libmultidimensional-perl / 0.010-1

fix_pod_typo.patch Patch series | 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
Description: fix two typos in pod
Author: Florian Schlichting <fschlich@zedat.fu-berlin.de>
Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=76420

--- a/lib/multidimensional.pm
+++ b/lib/multidimensional.pm
@@ -52,7 +52,7 @@
 
 =head1 DESCRIPTION
 
-Perl's multidimensional array emultaion stems from the days before the
+Perl's multidimensional array emulation stems from the days before the
 language had references, but these days it mostly serves to bite you
 when you typo a hash slice by using the C<$> sigil instead of C<@>.
 
@@ -63,7 +63,7 @@
 
 =head2 unimport
 
-Disables multidimensional array emultaion for the remainder of the
+Disables multidimensional array emulation for the remainder of the
 scope being compiled.
 
 =head2 import