summaryrefslogtreecommitdiff
path: root/debian/patches/spelling.patch
blob: a123a1cc642522b7078e4c856e60ca8ea39be8be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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;