diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-06-25 20:34:22 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-06-25 20:34:22 +0200 |
commit | 826845e71c1621a92deaf89d43f3ea3e85429f7b (patch) | |
tree | 74c4c85b6645dc74128d56caba88c27247fa1de2 /debian/patches/0100-source_spelling.patch | |
parent | f88e4be52eca658d900f75a04a4deec68668ec50 (diff) | |
parent | 9994b98f3a617f266b42124efb04d25b2cb89732 (diff) |
Merge branch 'release/1.0.27-1_experimental5'1.0.27-1_experimental5
Diffstat (limited to 'debian/patches/0100-source_spelling.patch')
-rw-r--r-- | debian/patches/0100-source_spelling.patch | 15 |
1 files changed, 14 insertions, 1 deletions
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; |