File: spelling.patch

package info (click to toggle)
libpgplot-perl 1%3A2.21-8
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 356 kB
  • sloc: perl: 900; ansic: 453; makefile: 5
file content (18 lines) | stat: -rw-r--r-- 688 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: fix a spelling mistake
Origin: vendor
Bug: https://rt.cpan.org/Ticket/Display.html?id=72447
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=72447
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2011-11-15

--- a/PGPLOT.pm
+++ b/PGPLOT.pm
@@ -223,7 +223,7 @@
 =head2 ARGUMENT MAPPING - GENERAL HANDLING OF BINARY DATA
 
 In addition to the implicit rules mentioned above PGPLOT now provides
-a scheme for explictly handling binary data in all routines.
+a scheme for explicitly handling binary data in all routines.
 
 If your scalar variable (e.g. C<$x>) holds binary data (i.e. 'packed')
 then simply pass PGPLOT a reference to it (e.g. C<\$x>). Thus one can