summaryrefslogtreecommitdiff
path: root/backend/kvs1025_low.h
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2021-02-16 18:24:19 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2021-02-16 18:24:19 +0100
commit351b7328520c16730ceb46e5acae16038c42185e (patch)
treefae21fd5c94f3c3ed0202a95c9ada705482e647b /backend/kvs1025_low.h
parentad38bc6ecb80ddeb562841b33258dd53659b1da6 (diff)
New upstream version 1.0.32upstream/1.0.32
Diffstat (limited to 'backend/kvs1025_low.h')
-rw-r--r--backend/kvs1025_low.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/backend/kvs1025_low.h b/backend/kvs1025_low.h
index 9c92832..ba8da24 100644
--- a/backend/kvs1025_low.h
+++ b/backend/kvs1025_low.h
@@ -99,7 +99,7 @@ typedef enum
OPT_RESOLUTION, /* X and Y resolution */
OPT_DUPLEX, /* Duplex mode */
OPT_SCAN_SOURCE, /* Scan source, fixed to ADF */
- OPT_FEEDER_MODE, /* Feeder mode, fixed to Continous */
+ OPT_FEEDER_MODE, /* Feeder mode, fixed to Continuous */
OPT_LONGPAPER, /* Long paper mode */
OPT_LENGTHCTL, /* Length control mode */
OPT_MANUALFEED, /* Manual feed mode */
@@ -190,7 +190,7 @@ typedef struct kv_scanner_dev
int bytes_to_read[2]; /* bytes to read */
/* --------------------------------------------------------------------- */
- /* values used by the software enhancment code (deskew, crop, etc) */
+ /* values used by the software enhancement code (deskew, crop, etc) */
SANE_Status deskew_stat;
int deskew_vals[2];
double deskew_slope;