[Pkg-crosswire-commits] [sword] 03/03: fix lintian info: spelling-error-in-binary

Dominique Corbex domcox-guest at moszumanska.debian.org
Thu Apr 13 19:12:44 UTC 2017


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

domcox-guest pushed a commit to branch master
in repository sword.

commit 546247e122699c0dc85202cddcdb9086771b6d5a
Author: Dominique Corbex <dominique at corbex.org>
Date:   Thu Apr 13 21:13:22 2017 +0200

    fix lintian info: spelling-error-in-binary
---
 debian/patches/fix-misspellings.patch | 50 +++++++++++++++++++++++++++++++++++
 debian/patches/series                 |  1 +
 2 files changed, 51 insertions(+)

diff --git a/debian/patches/fix-misspellings.patch b/debian/patches/fix-misspellings.patch
new file mode 100644
index 0000000..7c11ae5
--- /dev/null
+++ b/debian/patches/fix-misspellings.patch
@@ -0,0 +1,50 @@
+Description: Fix misspellings in Sword source
+Author: domcox <dominique at corbex.org>
+Forwarded: no
+Last-Update: 2017-04-11 <YYYY-MM-DD, last update of the meta-information, optional>
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/src/modules/common/bz2comprs.cpp
++++ b/src/modules/common/bz2comprs.cpp
+@@ -167,7 +167,7 @@
+ 			case Z_MEM_ERROR: fprintf(stderr, "ERROR: not enough memory during decompression.\n"); break;
+ 			case Z_BUF_ERROR: fprintf(stderr, "ERROR: not enough room in the out buffer during decompression.\n"); break;
+ 			case Z_DATA_ERROR: fprintf(stderr, "ERROR: corrupt data during decompression.\n"); break;
+-			default: fprintf(stderr, "ERROR: an unknown error occured during decompression.\n"); break;
++			default: fprintf(stderr, "ERROR: an unknown error occurred during decompression.\n"); break;
+ 		}
+ 		delete [] buf;
+ 	}
+--- a/src/modules/common/xzcomprs.cpp
++++ b/src/modules/common/xzcomprs.cpp
+@@ -167,7 +167,7 @@
+ 			case Z_MEM_ERROR: fprintf(stderr, "ERROR: not enough memory during decompression.\n"); break;
+ 			case Z_BUF_ERROR: fprintf(stderr, "ERROR: not enough room in the out buffer during decompression.\n"); break;
+ 			case Z_DATA_ERROR: fprintf(stderr, "ERROR: corrupt data during decompression.\n"); break;
+-			default: fprintf(stderr, "ERROR: an unknown error occured during decompression.\n"); break;
++			default: fprintf(stderr, "ERROR: an unknown error occurred during decompression.\n"); break;
+ 		}
+ 		delete [] buf;
+ 	}
+--- a/src/modules/common/zipcomprs.cpp
++++ b/src/modules/common/zipcomprs.cpp
+@@ -169,7 +169,7 @@
+ 			case Z_MEM_ERROR: fprintf(stderr, "ERROR: not enough memory during decompression.\n"); break;
+ 			case Z_BUF_ERROR: fprintf(stderr, "ERROR: not enough room in the out buffer during decompression.\n"); break;
+ 			case Z_DATA_ERROR: fprintf(stderr, "ERROR: corrupt data during decompression.\n"); break;
+-			default: fprintf(stderr, "ERROR: an unknown error occured during decompression.\n"); break;
++			default: fprintf(stderr, "ERROR: an unknown error occurred during decompression.\n"); break;
+ 		}
+ 		delete [] buf;
+ 	}
+--- a/utilities/mod2osis.cpp
++++ b/utilities/mod2osis.cpp
+@@ -72,7 +72,7 @@
+ 	cerr << "In fact, you should never export SWORD modules.\n";
+ 	cerr << "Many CrossWire modules are licensed for use from publishers\n";
+ 	cerr << "and you will need to obtain your own permissions.\n";
+-	cerr << "We also do not encourage propogating encoding errors\n";
++	cerr << "We also do not encourage propagating encoding errors\n";
+ 	cerr << "which you will avoid by obtaining text data from the source.\n\n";
+ 	cerr << "Please see the TextSource entry in the module's .conf file\n";
+ 	cerr << "for information where to obtain module data from our source.\n\n";
diff --git a/debian/patches/series b/debian/patches/series
index d73b070..f1f2195 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
+fix-misspellings.patch
 emptyvss.patch
 sword-TEI-images.patch
 13_curl.diff

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-crosswire/sword.git



More information about the Pkg-crosswire-commits mailing list