summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authorDominique Corbex <dominique@corbex.org>2017-04-13 21:13:22 +0200
committerDominique Corbex <dominique@corbex.org>2017-04-13 21:13:22 +0200
commit546247e122699c0dc85202cddcdb9086771b6d5a (patch)
tree6363d937db932e527088fe68721351895d38632c /debian/patches
parent9e1ddd13fdd1f59b76e9dcf8adb857444df2a2dc (diff)
fix lintian info: spelling-error-in-binary
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/fix-misspellings.patch50
-rw-r--r--debian/patches/series1
2 files changed, 51 insertions, 0 deletions
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@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