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:25:42 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2021-02-16 18:25:42 +0100
commit64ddd1a4dfcefd11f662f5cf4bb05b590d901a97 (patch)
tree4303648095deff998ae20c2393b56db527742ac9 /backend/kvs1025_low.h
parent5793a221e112fa49073de0137d6bfa750a61b0a1 (diff)
parentecaaf250cb33ff61f37a7b441f2337584a655350 (diff)
Merge branch 'feature/upstream' into develop
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;