summaryrefslogtreecommitdiff
path: root/debian/patches/spelling.patch
diff options
context:
space:
mode:
authorThorsten Alteholz <debian@alteholz.de>2017-11-28 18:55:37 +0100
committerThorsten Alteholz <debian@alteholz.de>2018-04-09 19:46:24 +0200
commitb43c9cd3ac22673617613415fa17878d53d7f168 (patch)
treeec94b50759c9f2b015d1a717e2004dec62cea47f /debian/patches/spelling.patch
parent13338adce55fd369fbff0f78fa4af2545899032b (diff)
parent2ad447fb95a63d80584b2792a4f4fbb6ddbfd55d (diff)
Import Debian changes 0.4.0-1
libosmo-abis (0.4.0-1) experimental; urgency=medium * New upstream release * debian/control: SONAME bump of libosmoabis6 and libosmotrau2 * debian/control: bump standard to 4.1.1 (no changes) * update symbols files * add spelling patch
Diffstat (limited to 'debian/patches/spelling.patch')
-rw-r--r--debian/patches/spelling.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..a123a1c
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,15 @@
+Description: fix spelling that was detected by lintian
+Author: Thorsten Alteholz <debian@alteholz.de>
+Index: libosmo-abis-0.4.0/src/input/ipa.c
+===================================================================
+--- libosmo-abis-0.4.0.orig/src/input/ipa.c 2017-08-25 16:12:37.000000000 +0200
++++ libosmo-abis-0.4.0/src/input/ipa.c 2017-11-28 15:29:11.274860753 +0100
+@@ -265,7 +265,7 @@
+ ret = link->accept_cb(link, fd);
+ if (ret < 0) {
+ LOGP(DLINP, LOGL_ERROR,
+- "failed to processs accept()ed new link, "
++ "failed to process accept()ed new link, "
+ "reason=`%s'\n", strerror(-ret));
+ close(fd);
+ return ret;