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 /debian/patches/0100-source_spelling.patch | |
parent | 827b08fd810fe7a982befd126bd0ec7e8a8fbce0 (diff) |
Refresh debian/patches/0100-source_spelling.patch
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; |