summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTill Kamppeter <till.kamppeter@gmail.com>2016-02-13 22:25:36 -0200
committerTill Kamppeter <till.kamppeter@gmail.com>2016-02-13 22:25:36 -0200
commit3dd08287422d85fb909ce457a2eb11b0d687a6ab (patch)
treef1300b26a595da58a8dc29610c844567840834f3
parent5abe1635fca5409e59cd985565eb28446e2cdef0 (diff)
Removed patch fix_recieved_typos.patch, applied upstream.
-rw-r--r--debian/patches/fix_recieved_typos.patch42
-rw-r--r--debian/patches/series1
2 files changed, 0 insertions, 43 deletions
diff --git a/debian/patches/fix_recieved_typos.patch b/debian/patches/fix_recieved_typos.patch
deleted file mode 100644
index 9a96d9b..0000000
--- a/debian/patches/fix_recieved_typos.patch
+++ /dev/null
@@ -1,42 +0,0 @@
---- cups-bjnp.orig/bjnp-commands.c
-+++ cups-bjnp/bjnp-commands.c
-@@ -158,7 +158,7 @@
-
- if (select (sockfd + 1, &fdset, NULL, NULL, &timeout) <= 0)
- {
-- /* no data recieved OR error, in either case retry */
-+ /* no data received OR error, in either case retry */
- continue;
- }
-
-@@ -217,7 +217,7 @@
-
- if ( (id_len < 0) || (id_len > (resp_len - bjnp_header_size) ) || ( id_len > BJNP_IEEE1284_MAX) )
- {
-- bjnp_debug( LOG_DEBUG, "Id - length recieved is invalid: %d (total response length = %d\n",
-+ bjnp_debug( LOG_DEBUG, "Id - length received is invalid: %d (total response length = %d\n",
- id_len, resp_len);
- return -1;
- }
---- cups-bjnp.orig/bjnp-io.c
-+++ cups-bjnp/bjnp-io.c
-@@ -248,7 +248,7 @@
- {
- terrno = errno;
- bjnp_debug (LOG_CRIT,
-- "bjnp_backchannel: (recv) could not read response header, recieved %d bytes!\n",
-+ "bjnp_backchannel: (recv) could not read response header, received %d bytes!\n",
- recv_bytes);
- bjnp_debug (LOG_CRIT, "bjnp_backchannel: (recv) error: %s!\n",
- strerror (terrno));
---- cups-bjnp.orig/bjnp-runloop.c
-+++ cups-bjnp/bjnp-runloop.c
-@@ -57,7 +57,7 @@
- int paperout, /* "Paper out" status */
- ack_pending; /* io slot status */
- int offline; /* "Off-line" status */
-- int draining; /* Drain command recieved? */
-+ int draining; /* Drain command received? */
- char print_buffer[BJNP_PRINTBUF_MAX],
- /* Print data buffer */
- *print_ptr; /* Pointer into print data buffer */
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index ebc1c13..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-fix_recieved_typos.patch