[pdl] 01/02: Add patch to fix additional spelling errors.

Bas Couwenberg sebastic at debian.org
Fri Jun 24 10:58:00 UTC 2016


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository pdl.

commit 48a69c9140a6c8821206e8e5f896a3895adaa806
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Jun 24 12:42:25 2016 +0200

    Add patch to fix additional spelling errors.
---
 debian/changelog                      |  1 +
 debian/patches/series                 |  1 +
 debian/patches/spelling-errors2.patch | 50 +++++++++++++++++++++++++++++++++++
 3 files changed, 52 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 97af173..a215f16 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ pdl (1:2.016-1~exp4) UNRELEASED; urgency=medium
 
   * Team upload.
   * Add patch to use absolute paths for symlinked documentation.
+  * Add patch to fix additional spelling errors.
 
  -- Bas Couwenberg <sebastic at debian.org>  Sun, 19 Jun 2016 14:32:46 +0200
 
diff --git a/debian/patches/series b/debian/patches/series
index 52f4491..1e2152a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -9,3 +9,4 @@ disable-doc-install.patch
 manpage-has-bad-whatis-entry.patch
 pdl-ldflags.patch
 absolute-doc-paths.patch
+spelling-errors2.patch
diff --git a/debian/patches/spelling-errors2.patch b/debian/patches/spelling-errors2.patch
new file mode 100644
index 0000000..142636a
--- /dev/null
+++ b/debian/patches/spelling-errors2.patch
@@ -0,0 +1,50 @@
+Description: Fix spelling errors.                                                                                                                                                                                                            
+ documenation   -> documentation
+ interchangably -> interchangeably
+Author: Bas Couwenberg <sebastic at debian.org>
+Forwarded: https://sourceforge.net/p/pdl/patches/84/
+
+--- a/Doc/Doc/Perldl.pm
++++ b/Doc/Doc/Perldl.pm
+@@ -18,7 +18,7 @@ Currently, multiple matches are not hand
+ 
+ =head1 SYNOPSIS
+ 
+- use PDL::Doc::Perldl; # Load all documenation functions
++ use PDL::Doc::Perldl; # Load all documentation functions
+ 
+ =head1 BUGS
+ 
+--- a/IO/IO.pod
++++ b/IO/IO.pod
+@@ -210,7 +210,7 @@ Perl's GD bindings installed.
+ A CPAN module last updated in 2000 that allows you to read Grib files.
+ GRIB is a data format commonly used in meteorology.  In the off-chance
+ that you have it installed, you should L<read PDL::IO::Grib's
+-documenation|PDL::IO::Grib>.
++documentation|PDL::IO::Grib>.
+ 
+ =head2 PDL::IO::HDF, PDL::IO::HDF5
+ 
+--- a/GENERATED/PDL/IO/HDF/SD.pm
++++ b/GENERATED/PDL/IO/HDF/SD.pm
+@@ -116,7 +116,7 @@ has been changed. If your code used to w
+ module, and does not work anymore, reading the 'Changes' is your best bet.
+ 
+ In the documentation, the terms dataset and SDS (Scientific Data Set) are used
+-interchangably.
++interchangeably.
+ 
+ =cut
+ 
+--- a/IO/HDF/SD/SD.pd
++++ b/IO/HDF/SD/SD.pd
+@@ -94,7 +94,7 @@ has been changed. If your code used to w
+ module, and does not work anymore, reading the 'Changes' is your best bet.
+ 
+ In the documentation, the terms dataset and SDS (Scientific Data Set) are used
+-interchangably.
++interchangeably.
+ 
+ =cut
+ 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/pdl.git



More information about the Pkg-perl-cvs-commits mailing list