summaryrefslogtreecommitdiff
path: root/debian/patches/12-fix-spelling-libixp.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/12-fix-spelling-libixp.patch')
-rw-r--r--debian/patches/12-fix-spelling-libixp.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/debian/patches/12-fix-spelling-libixp.patch b/debian/patches/12-fix-spelling-libixp.patch
deleted file mode 100644
index 9301377..0000000
--- a/debian/patches/12-fix-spelling-libixp.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-Description: Fix spelling in libixp.
-Author: Andrew O. Shadoura <bugzilla@tut.by>
-
---- a/libixp/rpc.c
-+++ b/libixp/rpc.c
-@@ -108,12 +108,12 @@
- thread->lock(&mux->lk);
- /* hand packet to correct sleeper */
- if(tag < 0 || tag >= mux->mwait) {
-- fprintf(stderr, "libixp: recieved unfeasible tag: %d (min: %d, max: %d)\n", f->hdr.tag, mux->mintag, mux->mintag+mux->mwait);
-+ fprintf(stderr, "libixp: received unfeasible tag: %d (min: %d, max: %d)\n", f->hdr.tag, mux->mintag, mux->mintag+mux->mwait);
- goto fail;
- }
- r2 = mux->wait[tag];
- if(r2 == nil || r2->prev == nil) {
-- fprintf(stderr, "libixp: recieved message with bad tag\n");
-+ fprintf(stderr, "libixp: received message with bad tag\n");
- goto fail;
- }
- r2->p = f;
-