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 27 28
|
Description: Fix spelling errors.
doesnt' -> doesn't
Author: Bas Couwenberg <sebastic@debian.org>
Forwarded: https://github.com/drzowie/PDL-Graphics-Gnuplot/pull/52
Applied-Upstream: https://github.com/drzowie/PDL-Graphics-Gnuplot/commit/0a25587958287360953dbed9526ad9bd8b745ff7
--- a/README.pod
+++ b/README.pod
@@ -589,7 +589,7 @@ for 2-D plots. The C<zlabel> works for
sets the label for the color box, in plot types that have one (e.g.
image display).
-(Don't be confused by C<clabel>, which doesnt' set a label at all, rather
+(Don't be confused by C<clabel>, which doesn't set a label at all, rather
specifies the printf format used by contour labels in contour plots.)
C<key> controls where the plot key (that relates line/symbol style to label)
--- a/lib/PDL/Graphics/Gnuplot.pm
+++ b/lib/PDL/Graphics/Gnuplot.pm
@@ -652,7 +652,7 @@ for 2-D plots. The C<zlabel> works for
sets the label for the color box, in plot types that have one (e.g.
image display).
-(Don't be confused by C<clabel>, which doesnt' set a label at all, rather
+(Don't be confused by C<clabel>, which doesn't set a label at all, rather
specifies the printf format used by contour labels in contour plots.)
C<key> controls where the plot key (that relates line/symbol style to label)
|