Codebase list libgraphics-gnuplotif-perl / f3ea983
Add a patch to fix an error in the POD. gregor herrmann 8 years ago
2 changed file(s) with 19 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 spelling.patch
0 Description: fix a typo
1 Origin: vendor
2 Author: gregor herrmann <gregoa@debian.org>
3 Last-Update: 2016-01-08
4 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=110999
5 Bug: https://rt.cpan.org/Ticket/Display.html?id=110999
6
7 --- a/lib/Graphics/GnuplotIF.pm
8 +++ b/lib/Graphics/GnuplotIF.pm
9 @@ -925,7 +925,7 @@
10 boxes dots filledcurves fsteps histeps
11 impulses lines linespoints points steps
12
13 -The generated B<gnuplot> commands can be stored to a file instead of beeing
14 +The generated B<gnuplot> commands can be stored to a file instead of being
15 executed immediately. This file can be used as input to B<gnuplot>, e.g.
16
17 gnuplot < function_set_1.gnuplot