diff options
Diffstat (limited to 'debian/patches/0100-source_spelling.patch')
| -rw-r--r-- | debian/patches/0100-source_spelling.patch | 19 | 
1 files changed, 18 insertions, 1 deletions
| diff --git a/debian/patches/0100-source_spelling.patch b/debian/patches/0100-source_spelling.patch index 1d26086..7e638f2 100644 --- a/debian/patches/0100-source_spelling.patch +++ b/debian/patches/0100-source_spelling.patch @@ -1,6 +1,6 @@  Description: Correct source typos  Author: Jörg Frings-Fürst <debian@jff-webhosting.net> -Last-Update: 2018-05-19 +Last-Update: 2019-04-28  ----  This patch header follows DEP-3: http://dep.debian.net/deps/dep3/  Index: trunk/backend/pixma_bjnp.c @@ -165,3 +165,20 @@ Index: trunk/backend/apple.c     s->opt[OPT_VOLT_REF].type = SANE_TYPE_BOOL;     if (s->hw->ScannerModel!=COLORONESCANNER)       s->opt[OPT_VOLT_REF].cap |= SANE_CAP_INACTIVE; +Index: trunk/tools/umax_pp.c +=================================================================== +--- trunk.orig/tools/umax_pp.c ++++ trunk/tools/umax_pp.c +@@ -370,10 +370,10 @@ main (int argc, char **argv) +       if (sanei_umax_pp_initPort (port, name) != 1) + 	{ + 	  if (port) +-	    fprintf (stderr, "failed to gain direct acces to port 0x%X!\n", ++	    fprintf (stderr, "failed to gain direct access to port 0x%X!\n", + 		     port); + 	  else +-	    fprintf (stderr, "failed to gain acces to device %s!\n", name); ++	    fprintf (stderr, "failed to gain access to device %s!\n", name); + 	  return 0; + 	} +     } | 
