diff options
| author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-05-19 22:36:57 +0200 | 
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-05-19 22:36:57 +0200 | 
| commit | 7b0b6b6bd64e04eb0346e9366ef368388819f593 (patch) | |
| tree | 52ae04b8c60d08d9ddf91e3740a979e0c9b1c052 | |
| parent | 827b08fd810fe7a982befd126bd0ec7e8a8fbce0 (diff) | |
Refresh debian/patches/0100-source_spelling.patch
| -rw-r--r-- | debian/changelog | 2 | ||||
| -rw-r--r-- | debian/patches/0100-source_spelling.patch | 15 | 
2 files changed, 16 insertions, 1 deletions
| diff --git a/debian/changelog b/debian/changelog index a94ff9f..24ca890 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,8 @@ sane-backends (1.0.27-1~experimental5) UNRELEASED; urgency=medium    * Refresh symbols files for architectures:      - arm64, mips, mips64el, mipsel, ppc64el, s390x, hppa, powerpc,        ppc64, sh4, m68k, powerpcspe. +  * Refresh debian/patches/0100-source_spelling.patch to correct typo in +    backend/apple.c.   -- Jörg Frings-Fürst <debian@jff.email>  Sat, 21 Apr 2018 19:26:04 +0200 diff --git a/debian/patches/0100-source_spelling.patch b/debian/patches/0100-source_spelling.patch index 0985e99..1d26086 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: 2017-06-20 +Last-Update: 2018-05-19  ----  This patch header follows DEP-3: http://dep.debian.net/deps/dep3/  Index: trunk/backend/pixma_bjnp.c @@ -152,3 +152,16 @@ Index: trunk/doc/sane-kodak.man   which reports itself to be a scanner made by 'KODAK'.    .RE   .PP +Index: trunk/backend/apple.c +=================================================================== +--- trunk.orig/backend/apple.c ++++ trunk/backend/apple.c +@@ -1546,7 +1546,7 @@ init_options (Apple_Scanner * s) +   /* Use volt_ref */ +   s->opt[OPT_VOLT_REF].name = "volt-ref"; +   s->opt[OPT_VOLT_REF].title = "Volt Reference"; +-  s->opt[OPT_VOLT_REF].desc ="It's brightness equivalant."; ++  s->opt[OPT_VOLT_REF].desc ="It's brightness equivalent."; +   s->opt[OPT_VOLT_REF].type = SANE_TYPE_BOOL; +   if (s->hw->ScannerModel!=COLORONESCANNER) +     s->opt[OPT_VOLT_REF].cap |= SANE_CAP_INACTIVE; | 
